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

From-SVN: r2021
This commit is contained in:
Richard Stallman 1992-09-02 04:14:27 +00:00
parent 6072a4f54a
commit 61a43ca3ef
1 changed files with 2 additions and 2 deletions

View File

@ -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. */