Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
21
cde/programs/dthelp/parser/pass2/util/entdef.h
Normal file
21
cde/programs/dthelp/parser/pass2/util/entdef.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/* $XConsortium: entdef.h /main/3 1995/11/08 11:04:14 rswiston $ */
|
||||
/* Copyright (c) 1988, 1989 Hewlett-Packard Co. */
|
||||
/* Entdef.h contains definitions relevant to entities */
|
||||
|
||||
#define M_GENERAL 0
|
||||
#define M_SYSTEM 1
|
||||
#define M_STARTTAG 2
|
||||
#define M_ENDTAG 3
|
||||
#define M_MD 4
|
||||
#define M_MS 5
|
||||
#define M_PI 6
|
||||
#define M_CDATAENT 7
|
||||
#define M_SDATA 8
|
||||
#define M_CODEPI 9
|
||||
#define M_CODESDATA 10
|
||||
|
||||
#define M_DBUILD 1
|
||||
#define M_DELTDEF 2
|
||||
#define M_DPARSER 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user