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
This commit is contained in:
Dave Brolley 1998-12-10 12:09:04 +00:00 committed by Dave Brolley
parent 1179ebc2fd
commit 353f10d599
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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>
* collect2.h: New header file for prototypes.

View File

@ -598,9 +598,11 @@ extern char *yy_cur;
void
lang_init_options ()
{
#if USE_CPPLIB
cpp_reader_init (&parse_in);
parse_in.opts = &parse_options;
cpp_options_init (&parse_options);
#endif
}
void