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:
parent
1179ebc2fd
commit
353f10d599
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue