/*
 *
 *  (c) COPYRIGHT INRIA, 1996.
 *  Please first read the full copyright statement in file COPYRIGHT.
 *
 */
 
#define INVALID_CHAR	                0
#define BAD_NUMBER	                        1
#define BAD_WORD	                        2
#define NO_SPACE_LEFT_IN_INDENT_TABLE	                3
#define BAD_SYMBOL	                        4
#define SYNTAX_ERROR	                        5
#define ABNORMAL_END	                        6
#define NUMBER_OVERFLOW	                        7
#define INVALID_TYPE_REDEFINITION	8
#define MULTIPLE_LINE_STRINGS_ERROR	        9
#define NO_SPACE_LEFT_IN_STACK	                       10
#define END_HAS_BEEN_DETECTED	       11
#define INVALID_WORD_SIZE	                       12
#define GRM_FILE_NOT_FOUND	       13
#define NO_SPACE_LEFT_IN_KEYWORD_TABLE	               14
#define INVALID_KEYWORD_SIZE	                       15
#define INCORR_GRAMMAR_FILE_GRM	               16
#define NO_SPACE_LEFT_IN_GRAMMAR_TABLE	               17
#define GRAMMAR_RULE_SIZE_EXCEEDED	               18
#define ERR_LINE                                19
#define COMPIL_STRING	                               20

#define COMP_MSG_MAX	                               21
