From a9e72420bb22d0ad9770565609c675b207e6a94a Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 2 Mar 1993 07:14:41 +0000 Subject: [PATCH] (HANDLE_PRAGMA): Pass suitable arg. From-SVN: r3590 --- gcc/config/m68k/next.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.30.2