From 4d1bb6125f6d292168dd258afc4d907e1118de2b Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Fri, 16 Apr 1999 14:04:47 -0400 Subject: [PATCH] tweak spelling From-SVN: r26506 --- gcc/cp/lex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (); -- 2.30.2