diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-01-24 08:19:58 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-01-24 08:19:58 +0000 |
commit | bcf789d74154c3a27554e3f5c0330c4b8b5f4ba2 (patch) | |
tree | 2e419e0011c5d5a08784d03105e0a98dd36b2c32 /gcc/cp/lex.h | |
parent | 5c99037498e875eb4ccd7c761387514d1064e0a4 (diff) | |
download | gcc-bcf789d74154c3a27554e3f5c0330c4b8b5f4ba2.tar.gz |
53rd Cygnus<->FSF merge
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8794 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/lex.h')
-rw-r--r-- | gcc/cp/lex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/lex.h b/gcc/cp/lex.h index 105ca3a875d..816aacd1d6a 100644 --- a/gcc/cp/lex.h +++ b/gcc/cp/lex.h @@ -123,6 +123,7 @@ extern int looking_for_template; /* Tell the lexer where to look for names. */ extern tree got_scope; +extern tree got_object; /* Pending language change. Positive is push count, negative is pop count. */ |