X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=src%2Fc-lex.c;h=f79cc66e5f957e2a8ea5142ec69047156d38680f;hb=7b54393e237ed8f23c0c74f0a6cbc8de26c5bf98;hp=5ed51506ee7baa711a5c2f0971fbe522af70f612;hpb=57d4530c4d6814fa25338a00cc65b95938c723b6;p=nesc.git 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); }