Turn on %{source,header}_extension features.

* src/lex.c (percent_table): Un-CPP out header_extension and
source_extension.
* src/files.c (compute_exts_from_gf): Compare pointers with NULL.
(compute_exts_from_src): Remove conditions. It restores priorities
between options.
This commit is contained in:
Marc Autret
2001-08-14 11:28:48 +00:00
parent 95fb566259
commit 4ecbf79698
4 changed files with 25 additions and 12 deletions

4
NEWS
View File

@@ -21,8 +21,8 @@ Changes in version 1.28c:
of the #line lines with path names including backslashes.
* New directives.
`%yacc', `%fixed_output_files', `%defines', `%no_parser', `%verbose' and
`%debug'.
`%yacc', `%fixed_output_files', `%defines', `%no_parser', `%verbose',
`%debug', `%source_extension' and `%header_extension'.
Changes in version 1.28: