* fix-header.c (main): Initialize cpplib.
From-SVN: r35815
This commit is contained in:
parent
bd3b6086af
commit
574f742531
@ -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
|
||||||
|
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user