]> git.saurik.com Git - bison.git/blobdiff - src/symlist.c
Merge remote-tracking branch 'origin/maint'
[bison.git] / src / symlist.c
index 48828315304f0bc99bf4ae5828938f2de24b4277..1fbc5cbbfa7658764f63ecd0fa1e51c2a83d1790 100644 (file)
@@ -24,7 +24,6 @@
 #include "complain.h"
 #include "symlist.h"
 
-
 /*--------------------------------------.
 | Create a list containing SYM at LOC.  |
 `--------------------------------------*/
@@ -212,7 +211,7 @@ symbol_list_n_type_name_get (symbol_list *l, location loc, int n)
   l = symbol_list_n_get (l, n);
   if (!l)
     {
-      complain_at (loc, _("invalid $ value: $%d"), n);
+      complain_at (loc, complaint, _("invalid $ value: $%d"), n);
       return NULL;
     }
   aver (l->content_type == SYMLIST_SYMBOL);