/************************************************************************/
/*									*/
/* RCPP - Resource Compiler Pre-Processor for NT system			*/
/*									*/
/* MAIN.C - Main Program						*/
/*									*/
/* 28-Nov-90 w-BrianM  Created to remove the need for MKMSG.EXE		*/
/*									*/
/************************************************************************/

/************************************************************************/
/****							             ****/
/**** NOTE - All changees in this file must be duplicated in GETMSG.H****/
/****							             ****/
/************************************************************************/


#define	MSG_LEFT		301
#define	MSG_RIGHT		302
#define	MSG_UC_UNNAMED		303
#define	MSG_LC_UNNAMED		304
#define	MSG_COMMA		305
#define	MSG_CAST_LVAL		306
#define	MSG_EXT_INIT		307
#define	MSG_TYPEDEF		308
#define	MSG_EXT_REDEF		309
#define	MSG_MAC_FORMALS		310
#define	MSG_NO_SEMI		311
#define	MSG_BITFIELDS		312
#define	MSG_WARN		313
#define	MSG_ERROR		314
#define	MSG_FATAL		315
#define	MSG_BLOCK_FUNCDECL	316
#define	MSG_CASTTO_FUNC		317
#define	MSG_CASTTO_NONFUNC	318
#define	MSG_ELLIPSIS		320
#define	MSG_TOLEVEL0		321
