objc-act.c (lang_init_options): Enclose cpplib related code in #if USE_CPPLIB.
authorDave Brolley <brolley@cygnus.com>
Thu, 10 Dec 1998 12:09:04 +0000 (12:09 +0000)
committerDave Brolley <brolley@gcc.gnu.org>
Thu, 10 Dec 1998 12:09:04 +0000 (07:09 -0500)
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

gcc/ChangeLog
gcc/objc/objc-act.c

index 0a52063c8d2c2357ffc2ad9685c5ec6ca9596239..e404a695d2d221e6c538c3f9041c4a2939f7166b 100644 (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.
index 2f6c7b043b9c19e8831a2dd3090e4b621a3c7348..e53b26f3ef288e6536e436833fbff4a233879985 100644 (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