diff options
Diffstat (limited to 'src/flex-scanner.h')
-rw-r--r-- | src/flex-scanner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flex-scanner.h b/src/flex-scanner.h index 028847fd..2acc9146 100644 --- a/src/flex-scanner.h +++ b/src/flex-scanner.h @@ -121,6 +121,6 @@ static struct obstack obstack_for_string; obstack_free (&obstack_for_string, last_string); \ last_string = NULL; \ } while (0) -#endif +# endif #endif |