module.mk |
|
674 |
psmodule.c |
The file `pstables.h' with its arrays and its function
`ft_get_adobe_glyph_index' is useful for other projects also (for
example, `pdfium' is using it). However, if used as a C++ header,
including it in two different source files makes it necessary to use
`extern const' for the declaration of its arrays, otherwise the data
would be duplicated as mandated by the C++ standard.
For this reason, we use `DEFINE_PS_TABLES' to guard the function
definitions, and `DEFINE_PS_TABLES_DATA' to provide both proper array
declarations and definitions.
|
16268 |
psmodule.h |
PSMODULE_H_ |
748 |
psnamerr.h |
This file is used to define the PS names module error enumeration
constants.
|
999 |
psnames.c |
END |
622 |
pstables.h |
This file has been generated automatically -- do not edit! |
268144 |
rules.mk |
|
1900 |