Commit 6db83155 by Zack Weinberg Committed by Zack Weinberg

cpplib.h (struct cpp_options): Add user_label_prefix member, left out of commit…

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
parent 0d45144b
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment