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:
Zack Weinberg 2000-09-08 01:29:56 +00:00 committed by Zack Weinberg
parent 0d45144b57
commit 6db8315512
2 changed files with 8 additions and 0 deletions

View 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

View 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;