Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
17
cde/programs/dtinfo/DtMmdb/StyleSheet/ParserConst.h
Normal file
17
cde/programs/dtinfo/DtMmdb/StyleSheet/ParserConst.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/* $XConsortium: ParserConst.h /main/3 1996/06/11 17:07:41 cde-hal $ */
|
||||
|
||||
#ifndef _parsar_const_h
|
||||
#define _parsar_const_h 1
|
||||
|
||||
#define EQUAL 0
|
||||
#define NOT_EQUAL 1
|
||||
|
||||
#define LESS_OR_EQUAL 0
|
||||
#define LESS 1
|
||||
#define GREATER_OR_EQUAL 2
|
||||
#define GREATER 3
|
||||
|
||||
#define PARSER_TRUE 0
|
||||
#define PARSER_FALSE 1
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user