From 61a43ca3ef2c87ce39ba6a4c7525e64863ce63c9 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 2 Sep 1992 04:14:27 +0000 Subject: [PATCH] (handle_pragma_token): Only use if HANDLE_SYSV_PRAGMA isn't defined. From-SVN: r2021 --- gcc/config/sparc/sparc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/sparc/sparc.c b/gcc/config/sparc/sparc.c index 77aec46737c..370c5fbe126 100644 --- a/gcc/config/sparc/sparc.c +++ b/gcc/config/sparc/sparc.c @@ -3031,7 +3031,7 @@ sparc_type_code (type) } } -#ifdef HANDLE_PRAGMA +#if defined(HANDLE_PRAGMA) && !defined(HANDLE_SYSV_PRAGMA) /* Handle a pragma directive. HANDLE_PRAGMA conspires to parse the input following #pragma into tokens based on yylex. TOKEN is the @@ -3138,7 +3138,7 @@ handle_pragma_token (string, token) abort (); } } -#endif /* HANDLE_PRAGMA */ +#endif /* HANDLE_PRAGMA && not HANDLE_SYSV_PRAGMA */ /* Subroutines to support a flat (single) register window calling convention. */ -- 2.30.2