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

View File

@@ -1,3 +1,13 @@
2001-08-14 Marc Autret <autret_m@epita.fr>
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.
2001-08-14 Marc Autret <autret_m@epita.fr>
* src/files.c (compute_base_names): Add extensions computing when