* read.c (read_a_source_file): When defining a macro in MRI mode,
[deliverable/binutils-gdb.git] / gas / gasp.c
index 8b796aa262755968f4c26b5b7350d0cdce17d514..db624f52c287f33d0dca88299fd8244c44be06f8 100644 (file)
@@ -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.02297 seconds and 4 git commands to generate.