summaryrefslogtreecommitdiff
path: root/rsc/inc/rscerror.h
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/inc/rscerror.h')
-rw-r--r--rsc/inc/rscerror.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/rsc/inc/rscerror.h b/rsc/inc/rscerror.h
index 7cab3d52cefe..7fb6e794fe8d 100644
--- a/rsc/inc/rscerror.h
+++ b/rsc/inc/rscerror.h
@@ -48,12 +48,10 @@
#define ERR_CONT_INVALIDPOS (ERR_RSCCONT +1 ) // Return
#define ERR_CONT_INVALIDTYPE (ERR_RSCCONT +2 ) // Return
-#define ERR_RSCCMPED 0x0250
#define ERR_RSCINST 0x0260
#define ERR_RSCINST_NOVARNAME (ERR_RSCINST +1 ) // Return
#define ERR_RSCINST_RESERVEDNAME (ERR_RSCINST +2 ) // Return
-#define ERR_LEX 0x0270
#define ERR_YACC 0x0280
#define ERR_DOUBLEID (ERR_YACC +1 )
#define ERR_FALSETYPE (ERR_YACC +2 )