Check segment in in #pragma for validity

git-svn-id: svn://svn.cc65.org/cc65/trunk@223 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-07-29 12:03:29 +00:00
parent 9d85d084d0
commit c0f16c531b
3 changed files with 56 additions and 21 deletions

View File

@@ -6,10 +6,10 @@
/* */
/* */
/* */
/* (C) 1998 Ullrich von Bassewitz */
/* Wacholderweg 14 */
/* D-70597 Stuttgart */
/* EMail: uz@musoftware.de */
/* (C) 1998-2000 Ullrich von Bassewitz */
/* Wacholderweg 14 */
/* D-70597 Stuttgart */
/* EMail: uz@musoftware.de */
/* */
/* */
/* This software is provided 'as-is', without any expressed or implied */
@@ -136,6 +136,7 @@ static char* ErrMsg [ERR_COUNT-1] = {
"Illegal character constant",
"Illegal modifier",
"Illegal storage class",
"Illegal segment name: `%s'",
"Division by zero",
"Modulo operation with zero",
"Range error",