Commit 353f10d5 by Dave Brolley Committed by Dave Brolley

objc-act.c (lang_init_options): Enclose cpplib related code in #if USE_CPPLIB.

Thu Dec 10 15:05:59 1998  Dave Brolley  <brolley@cygnus.com>
	* objc/objc-act.c (lang_init_options): Enclose cpplib related code in
	#if USE_CPPLIB.

From-SVN: r24234
parent 1179ebc2
Thu Dec 10 15:05:59 1998 Dave Brolley <brolley@cygnus.com>
* objc/objc-act.c (lang_init_options): Enclose cpplib related code in
#if USE_CPPLIB.
Thu Dec 10 13:39:46 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> Thu Dec 10 13:39:46 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* collect2.h: New header file for prototypes. * collect2.h: New header file for prototypes.
......
...@@ -598,9 +598,11 @@ extern char *yy_cur; ...@@ -598,9 +598,11 @@ extern char *yy_cur;
void void
lang_init_options () lang_init_options ()
{ {
#if USE_CPPLIB
cpp_reader_init (&parse_in); cpp_reader_init (&parse_in);
parse_in.opts = &parse_options; parse_in.opts = &parse_options;
cpp_options_init (&parse_options); cpp_options_init (&parse_options);
#endif
} }
void void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment