X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/6b5a748937ae95af26d78e9e5e7a335351a2970d..5807bb9156930091850a52b5bb9ab9f89082b04e:/src/symlist.c diff --git a/src/symlist.c b/src/symlist.c index 005331b2..196db4c8 100644 --- a/src/symlist.c +++ b/src/symlist.c @@ -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);