OSDN Git Service

* cpplib.h (struct cpp_options): Add user_label_prefix member,
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Sep 2000 01:29:56 +0000 (01:29 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Sep 2000 01:29:56 +0000 (01:29 +0000)
left out of commit which removed cppulp.c.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36254 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/cpplib.h

index c35e8e4..1e0953d 100644 (file)
@@ -1,3 +1,8 @@
+2000-09-07  Zack Weinberg  <zack@wolery.cumb.org>
+
+       * cpplib.h (struct cpp_options): Add user_label_prefix member,
+       left out of commit which removed cppulp.c.
+
 2000-09-07  Richard Henderson  <rth@cygnus.com>
 
        * bb-reorder.c (fixup_reorder_chain): Add jump in new block
index 75f038f..9122acd 100644 (file)
@@ -301,6 +301,9 @@ struct cpp_options
   const char *include_prefix;
   unsigned int include_prefix_len;
 
+  /* -fleading_underscore sets this to "_".  */
+  const char *user_label_prefix;
+
   /* Non-0 means -v, so print the full set of include dirs.  */
   unsigned char verbose;