/*
 *
 *  (c) COPYRIGHT INRIA, 1996.
 *  Please first read the full copyright statement in file COPYRIGHT.
 *
 */
 
#define BAD_KEYWORD	      0
#define INVALID_RULE_SIZE	      1
#define INVALID_STRING_SIZE	      2
#define NO_SPACE_LEFT_IN_RULES_TABLE	      3
#define GRM_NO_RECURSION	      4
#define NO_SPACE_LEFT_IN_STRING_TABLE	      5
#define NO_SPACE_LEFT_IN_REF_TABLE	      6
#define UNKNOWN_FILE	      7
#define CANT_CREATE_HEADER_FILE  8
#define UNDEFINED_SYMBOL          9
#define UNREFERENCED_SYMBOL      10
#define NEW_GRAMMAR_FILE    11

#define GRM_MSG_MAX		     12
