diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/errcode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/errcode.h b/Include/errcode.h index 9af8d5c..b37cd26 100644 --- a/Include/errcode.h +++ b/Include/errcode.h @@ -31,7 +31,6 @@ extern "C" { #define E_LINECONT 25 /* Unexpected characters after a line continuation */ #define E_IDENTIFIER 26 /* Invalid characters in identifier */ #define E_BADSINGLE 27 /* Ill-formed single statement input */ -#define E_BADPREFIX 28 /* Bad string prefixes */ #ifdef __cplusplus } |