diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-06-21 19:04:41 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-06-21 19:04:41 (GMT) |
commit | a19c8ed4751bb193874071c83fe1666a046c1030 (patch) | |
tree | 78b07e993a0fe947a8ed558c73fa5c7e8e5620e8 /lexer.l | |
parent | e320641d0fddaa69fa1493fa99e447999bff78e9 (diff) |
Clifford Wolf:
Some build hotfixes
git-svn-id: http://svn.clifford.at/openscad/trunk@9 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'lexer.l')
-rw-r--r-- | lexer.l | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ #include "openscad.h" #include "parser_yacc.h" +int lexerget_lineno(void); + %} %option yylineno |