diff options
Diffstat (limited to 'dimension/lexer.l')
-rw-r--r-- | dimension/lexer.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dimension/lexer.l b/dimension/lexer.l index 942a89f..ac90d8e 100644 --- a/dimension/lexer.l +++ b/dimension/lexer.l @@ -17,7 +17,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * *************************************************************************/ -%option reentrant stack yylineno noyywrap +%option reentrant stack yylineno noyywrap prefix="dmnsn_yy" outfile="lex.yy.c" %{ #define YY_DECL static int yylex(const char *filename, dmnsn_array *tokens, \ |