mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-21 13:29:57 +08:00
* c-typeck.c (SAVE_SPELLING_DEPTH): Remove.
From-SVN: r55627
This commit is contained in:
parent
4669036917
commit
c89d1dfd8b
@ -1,3 +1,7 @@
|
||||
2002-07-21 Neil Booth <neil@daikokuya.co.uk>
|
||||
|
||||
* c-typeck.c (SAVE_SPELLING_DEPTH): Remove.
|
||||
|
||||
Sun Jul 21 21:36:41 CEST 2002 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* gcse.c (do_local_cprop): Do not extend lifetimes of registers set by
|
||||
|
@ -4511,15 +4511,6 @@ static int spelling_size; /* Size of the spelling stack. */
|
||||
#define SPELLING_DEPTH() (spelling - spelling_base)
|
||||
#define RESTORE_SPELLING_DEPTH(DEPTH) (spelling = spelling_base + (DEPTH))
|
||||
|
||||
/* Save and restore the spelling stack around arbitrary C code. */
|
||||
|
||||
#define SAVE_SPELLING_DEPTH(code) \
|
||||
{ \
|
||||
int __depth = SPELLING_DEPTH (); \
|
||||
code; \
|
||||
RESTORE_SPELLING_DEPTH (__depth); \
|
||||
}
|
||||
|
||||
/* Push an element on the spelling stack with type KIND and assign VALUE
|
||||
to MEMBER. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user