aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/lex.h
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>1994-06-03 21:42:31 +0000
committerMike Stump <mrs@gcc.gnu.org>1994-06-03 21:42:31 +0000
commita0a339271ae588299147928769ca073a198d53c7 (patch)
tree2bfb1009d1a11061dfd6aad7e84a40e551c0af50 /gcc/cp/lex.h
parent5345f91a0be605ab09f2f42abecd1a0fc5083f47 (diff)
downloadgcc-a0a339271ae588299147928769ca073a198d53c7.zip
gcc-a0a339271ae588299147928769ca073a198d53c7.tar.gz
gcc-a0a339271ae588299147928769ca073a198d53c7.tar.bz2
39th Cygnus<->FSF merge
From-SVN: r7439
Diffstat (limited to 'gcc/cp/lex.h')
-rw-r--r--gcc/cp/lex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/lex.h b/gcc/cp/lex.h
index a9ea60e..3da4635 100644
--- a/gcc/cp/lex.h
+++ b/gcc/cp/lex.h
@@ -115,6 +115,7 @@ extern char *token_buffer; /* Pointer to token buffer. */
/* Back-door communication channel to the lexer. */
extern int looking_for_typename;
+extern int looking_for_template;
/* Tell the lexer where to look for names. */
extern tree got_scope;