OSDN Git Service

(handle_pragma_token): Only use if HANDLE_SYSV_PRAGMA isn't defined.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Sep 1992 04:14:27 +0000 (04:14 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Sep 1992 04:14:27 +0000 (04:14 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2021 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/sparc/sparc.c

index 77aec46..370c5fb 100644 (file)
@@ -3031,7 +3031,7 @@ sparc_type_code (type)
     }
 }
 \f
-#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 */
 \f
 /* Subroutines to support a flat (single) register window calling
    convention.  */