Commit 61a43ca3 by Richard Stallman

(handle_pragma_token): Only use if HANDLE_SYSV_PRAGMA isn't defined.

From-SVN: r2021
parent 6072a4f5
...@@ -3031,7 +3031,7 @@ sparc_type_code (type) ...@@ -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 /* Handle a pragma directive. HANDLE_PRAGMA conspires to parse the
input following #pragma into tokens based on yylex. TOKEN is the input following #pragma into tokens based on yylex. TOKEN is the
...@@ -3138,7 +3138,7 @@ handle_pragma_token (string, token) ...@@ -3138,7 +3138,7 @@ handle_pragma_token (string, token)
abort (); abort ();
} }
} }
#endif /* HANDLE_PRAGMA */ #endif /* HANDLE_PRAGMA && not HANDLE_SYSV_PRAGMA */
/* Subroutines to support a flat (single) register window calling /* Subroutines to support a flat (single) register window calling
convention. */ convention. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment