cpplib.h (struct cpp_options): Add user_label_prefix member, left out of commit which removed cppulp.c.
* cpplib.h (struct cpp_options): Add user_label_prefix member, left out of commit which removed cppulp.c. From-SVN: r36254
This commit is contained in:
parent
0d45144b57
commit
6db8315512
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user