From: Jason Merrill Date: Fri, 16 Apr 1999 18:04:47 +0000 (-0400) Subject: tweak spelling X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4d1bb6125f6d292168dd258afc4d907e1118de2b;p=gcc.git tweak spelling From-SVN: r26506 --- diff --git a/gcc/cp/lex.c b/gcc/cp/lex.c index 84fd7a9910f..de7873db76a 100644 --- a/gcc/cp/lex.c +++ b/gcc/cp/lex.c @@ -4992,7 +4992,7 @@ handle_generic_pragma (token) return handle_pragma_token (NULL_PTR, NULL_TREE); default: - handle_pragma_token (token_buffer, NULL); + handle_pragma_token (token_buffer, NULL_TREE); } token = real_yylex ();