summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--idlc/source/scanner.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/idlc/source/scanner.ll b/idlc/source/scanner.ll
index d8596585cb95..9955a8c808db 100644
--- a/idlc/source/scanner.ll
+++ b/idlc/source/scanner.ll
@@ -25,6 +25,8 @@
*
************************************************************************/
+%option yylineno
+
%{
/*
* scanner.ll - Lexical scanner for IDLC 1.0