summaryrefslogtreecommitdiff
path: root/gcc/f/lex.c
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-01 10:52:36 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-01 10:52:36 +0000
commit0702857d73d4bf999d446fb21e2171a690e93653 (patch)
treea0a48c15ec22cbd1c0d7be1f9f7615d0502fdff4 /gcc/f/lex.c
parenta3fa7febd330f496ccf318605c3b293e092b4028 (diff)
downloadgcc-0702857d73d4bf999d446fb21e2171a690e93653.tar.gz
Replace occurances of HANDLE_SYSV_PRAGMA with HANDLE_GENERIC_PRAGMAS.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22711 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/lex.c')
-rw-r--r--gcc/f/lex.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/f/lex.c b/gcc/f/lex.c
index 2ccdc078c03..c43aa7e05b9 100644
--- a/gcc/f/lex.c
+++ b/gcc/f/lex.c
@@ -1145,10 +1145,10 @@ ffelex_hash_ (FILE *finput)
if (HANDLE_PRAGMA (pragma_getc, pragma_ungetc, buffer))
goto skipline;
#endif /* HANDLE_PRAGMA */
-#ifdef HANDLE_SYSV_PRAGMA
- if (handle_sysv_pragma (buffer))
+#ifdef HANDLE_GENERIC_PRAGMAS
+ if (handle_generic_pragma (buffer))
goto skipline;
-#endif /* !HANDLE_SYSV_PRAGMA */
+#endif /* !HANDLE_GENERIC_PRAGMAS */
/* Issue a warning message if we have been asked to do so.
Ignoring unknown pragmas in system header file unless