git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@240 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-02-15 19:34:09 +00:00
commit af22860c64

View file

@ -840,7 +840,7 @@ Preprocessor_parse(DOH *s)
break;
case 41: /* Build up the name of the preprocessor directive */
if (isspace(c)) {
if ((isspace(c) || (!isalpha(c)))) {
Clear(value);
Clear(comment);
if (c == '\n') {