* src/getargs.c (longopts): Declare --defines and --graph as options

with optional arguments.
* src/files.h: Add extern declarations.
* src/files.c (spec_graph_file, spec_defines_file): New.
(output_files): Update.
Remove CPP-outed code.
This commit is contained in:
Marc Autret
2001-09-17 23:00:01 +00:00
parent 817e461c23
commit 6526f6dbf7
4 changed files with 33 additions and 12 deletions

View File

@@ -1,3 +1,12 @@
2001-09-18 Marc Autret <autret_m@epita.fr>
* src/getargs.c (longopts): Declare --defines and --graph as options
with optional arguments.
* src/files.h: Add extern declarations.
* src/files.c (spec_graph_file, spec_defines_file): New.
(output_files): Update.
Remove CPP-outed code.
2001-09-18 Marc Autret <autret_m@epita.fr>
Turn off %{source,header}_extension feature.