Code

frontend: Fixed two typing issues.
[sysdb.git] / src / frontend / scanner.l
index a0c05d8ab495fdd7ed4da9e215f0caa280f1b36c..948b6badf155e848c5182ad1ca38f8004a49eb3f 100644 (file)
@@ -80,7 +80,7 @@ identifier    ([A-Za-z_][A-Za-z_0-9$]*)
 <CSC>{csc_inside}      { /* ignore */ }
 <CSC>{csc_end}         { BEGIN(INITIAL); }
 <CSC><<EOF>> {
-               sdb_fe_yyerror(yylval, yyscanner, "unterminated C-style comment");
+               sdb_fe_yyerror(yylloc, yyscanner, "unterminated C-style comment");
                return SCANNER_ERROR;
        }