Commit 0f1e8126 by Graham Stott Committed by Graham Stott

c-typeck.c (RESTORE_SPELLING_DEPTH): Uppercase and parenthesize macro parameter.


	* c-typeck.c (RESTORE_SPELLING_DEPTH): Uppercase and parenthesize macro
	parameter.

From-SVN: r44704
parent e61465ed
2001-08-08 Graham Stott <grahams@redhat.com>
* c-typeck.c (RESTORE_SPELLING_DEPTH): Uppercase and parenthesize macro
parameter.
2001-08-08 Graham Stott <grahams@redhat.com>
* combine.c (combine_simplify_rtx): Update comment and
remove erroneous test.
......
......@@ -4494,7 +4494,7 @@ static int spelling_size; /* Size of the spelling stack. */
Alternative to SAVE_SPELLING_STACK. */
#define SPELLING_DEPTH() (spelling - spelling_base)
#define RESTORE_SPELLING_DEPTH(depth) (spelling = spelling_base + depth)
#define RESTORE_SPELLING_DEPTH(DEPTH) (spelling = spelling_base + (DEPTH))
/* Save and restore the spelling stack around arbitrary C code. */
......
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