]> git.saurik.com Git - bison.git/blobdiff - src/symlist.c
scan-skel: split @directive functions
[bison.git] / src / symlist.c
index 005331b237137d635ad7d248d8157927e00e5e51..196db4c855f29fa3b0803bef823158a67054d298 100644 (file)
@@ -175,7 +175,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, complaint, _("invalid $ value: $%d"), n);
+      complain (&loc, complaint, _("invalid $ value: $%d"), n);
       return NULL;
     }
   aver (l->content_type == SYMLIST_SYMBOL);