(HANDLE_PRAGMA): Pass suitable arg.

From-SVN: r3590
This commit is contained in:
Richard Stallman 1993-03-02 07:14:41 +00:00
parent bb8d9cd434
commit a9e72420bb

View File

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