aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-09-02 04:14:27 +0000
committerRichard Stallman <rms@gnu.org>1992-09-02 04:14:27 +0000
commit61a43ca3ef2c87ce39ba6a4c7525e64863ce63c9 (patch)
tree200f7acae684b01b4fc6e65f38455cda23e7d3b8
parent6072a4f54a399c54e6edb85235c14314cda801e3 (diff)
downloadgcc-61a43ca3ef2c87ce39ba6a4c7525e64863ce63c9.zip
gcc-61a43ca3ef2c87ce39ba6a4c7525e64863ce63c9.tar.gz
gcc-61a43ca3ef2c87ce39ba6a4c7525e64863ce63c9.tar.bz2
(handle_pragma_token): Only use if HANDLE_SYSV_PRAGMA isn't defined.
From-SVN: r2021
-rw-r--r--gcc/config/sparc/sparc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sparc/sparc.c b/gcc/config/sparc/sparc.c
index 77aec46..370c5fb 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. */