summaryrefslogtreecommitdiff
path: root/gcc/config/m68k/next.h
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1993-03-02 07:14:41 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1993-03-02 07:14:41 +0000
commitabcd487992211d8edb84d5a093f5e43c9d46bb8d (patch)
tree14f96add2713ab7108c8f4432525e54369949dd6 /gcc/config/m68k/next.h
parent8d139c2f6c2c939b14d2a8f5e84128fbe129bd7a (diff)
downloadgcc-abcd487992211d8edb84d5a093f5e43c9d46bb8d.tar.gz
(HANDLE_PRAGMA): Pass suitable arg.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3590 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/next.h')
-rw-r--r--gcc/config/m68k/next.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/next.h b/gcc/config/m68k/next.h
index 9c7ebc09cfd..b6dfd769d82 100644
--- a/gcc/config/m68k/next.h
+++ b/gcc/config/m68k/next.h
@@ -227,7 +227,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* How to parse #pragma's */
-#define HANDLE_PRAGMA(finput) handle_pragma (finput)
+#define HANDLE_PRAGMA(finput) handle_pragma (finput, &get_directive_line)
/* Create new Mach-O sections. */