[ooo-build-commit] .: idlc/source

Petr Mladek pmladek at kemper.freedesktop.org
Tue Sep 14 11:20:23 PDT 2010


 idlc/source/scanner.ll |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 0d7590496217e8f39e76acada9c57b8776b9dd3b
Author: Petr Mladek <pmladek at walk.suse.cz>
Date:   Tue Sep 14 20:19:08 2010 +0200

    idlc-error-offset.diff: yylineno is not defined by default
    
    i#81780

diff --git a/idlc/source/scanner.ll b/idlc/source/scanner.ll
index d859658..9955a8c 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


More information about the ooo-build-commit mailing list