]> Git Repo - binutils.git/blobdiff - gas/gasp.c
* config/tc-mips.c (append_insn): Warn about an attempt to put an
[binutils.git] / gas / gasp.c
index 2cb4877343be6bba0933c2bdca2b9a5e76fc4c7d..db624f52c287f33d0dca88299fd8244c44be06f8 100644 (file)
@@ -1,5 +1,5 @@
 /* gasp.c - Gnu assembler preprocessor main program.
-   Copyright (C) 1994, 1995 Free Software Foundation, Inc.
+   Copyright (C) 1994, 95, 1996 Free Software Foundation, Inc.
 
    Written by Steve and Judy Chamberlain of Cygnus Support,
       [email protected]
@@ -2638,7 +2638,7 @@ do_macro (idx, in)
   const char *err;
   int line = linecount ();
 
-  err = define_macro (idx, in, &label, get_line);
+  err = define_macro (idx, in, &label, get_line, (const char **) NULL);
   if (err != NULL)
     ERROR ((stderr, "macro at line %d: %s\n", line - 1, err));
 }
This page took 0.024213 seconds and 4 git commands to generate.