X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=nesc.git;a=blobdiff_plain;f=src%2Fc-lex.c;fp=src%2Fc-lex.c;h=f79cc66e5f957e2a8ea5142ec69047156d38680f;hp=5ed51506ee7baa711a5c2f0971fbe522af70f612;hb=afe799e7802f38d1f55e1bd2044451ba164743b1;hpb=38be457fa32d3ab0721ec1fc9e5086b745e17468 diff --git a/src/c-lex.c b/src/c-lex.c index 5ed5150..f79cc66 100644 --- a/src/c-lex.c +++ b/src/c-lex.c @@ -88,7 +88,7 @@ void set_lex_location(location loc) current.lex.input->l = *loc; } -static location last_location(void) +location last_location(void) { return make_location(current.lex.input->l); }