home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / dev / lang / sgmls / src / sgmlincl.h < prev    next >
C/C++ Source or Header  |  1994-07-10  |  1KB  |  21 lines

  1. /* SGMLINCL.H: Include file for parser core. */
  2. #ifndef SGMLINCL              /* Don't include this file more than once. */
  3. #define SGMLINCL 1
  4. #include "config.h"
  5. #include "std.h"
  6. #include "entity.h"           /* Templates for entity control blocks. */
  7. #include "action.h"           /* Action names for all parsing. */
  8. #include "adl.h"              /* Definitions for attribute list processing. */
  9. #include "error.h"            /* Symbols for error codes. */
  10. #include "etype.h"            /* Definitions for element type processing. */
  11. #include "keyword.h"          /* Definitions for keyword processing. */
  12. #include "lextoke.h"          /* Symbols for tokenization lexical classes. */
  13. #include "source.h"           /* Templates for source entity control blocks. */
  14. #include "synxtrn.h"          /* Declarations for concrete syntax constants. */
  15. #include "sgmlxtrn.h"         /* External variable declarations. */
  16. #include "trace.h"            /* Declarations for internal trace functions. */
  17. #include "sgmlmain.h"
  18. #include "sgmlaux.h"
  19. #include "sgmlfnsm.h"         /* ANSI C: Declarations for SGML functions. */
  20. #endif /* ndef SGMLINCL */
  21.