--- gcc/cp/lex.h 2018/04/24 18:20:22 1.1 +++ gcc/cp/lex.h 2018/04/24 18:27:14 1.1.1.2 @@ -1,5 +1,5 @@ /* Define constants and variables for communication with parse.y. - Copyright (C) 1987, 1992, 1993 Free Software Foundation, Inc. + Copyright (C) 1987, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. Hacked by Michael Tiemann (tiemann@cygnus.com) and by Brendan Kehoe (brendan@cygnus.com). @@ -58,6 +58,7 @@ enum rid RID_VOLATILE, RID_FRIEND, RID_VIRTUAL, + RID_EXPLICIT, RID_SIGNED, RID_AUTO, RID_MUTABLE, @@ -122,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. */