| 2330 | } |
| 2331 | |
| 2332 | static void warn_ignored_character(char chr) |
| 2333 | { |
| 2334 | fprintf(stderr, |
| 2335 | "%s:%d:warning: ignoring unsupported character '%c'\n", |
| 2336 | current_file->name, yylineno, chr); |
| 2337 | } |
| 2338 | |
| 2339 | #define INITIAL 0 |
| 2340 | #define ASSIGN_VAL 1 |