* fix-header.c (main): Initialize cpplib.

From-SVN: r35815
This commit is contained in:
Neil Booth 2000-08-20 08:28:45 +00:00 committed by Neil Booth
parent bd3b6086af
commit 574f742531
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Sun 20-Aug-2000 09:25:45 BST Neil Booth <NeilB@earthling.net>
* fix-header.c (main): Initialize cpplib.
2000-08-19 Michael Meissner <meissner@redhat.com> 2000-08-19 Michael Meissner <meissner@redhat.com>
* ifcvt.c (find_if_block): Do not assume that a THEN block has any * ifcvt.c (find_if_block): Do not assume that a THEN block has any

View File

@ -1079,6 +1079,8 @@ main (argc, argv)
exit (FATAL_EXIT_CODE); exit (FATAL_EXIT_CODE);
} }
cpp_init (); /* Initialize cpplib. */
inc_filename = argv[1]; inc_filename = argv[1];
inc_filename_length = strlen (inc_filename); inc_filename_length = strlen (inc_filename);