diff options
Diffstat (limited to 'dfa.c')
-rw-r--r-- | dfa.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -996,9 +996,8 @@ find_pred (const char *str) unsigned int i; for (i = 0; prednames[i].name; ++i) if (STREQ (str, prednames[i].name)) - break; - - return &prednames[i]; + return &prednames[i]; + return NULL; } /* Multibyte character handling sub-routine for lex. |