diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-03-06 12:25:45 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-03-06 12:25:45 +0000 |
commit | 68e677f16806679ef43a22aff0185c7055ffe1c9 (patch) | |
tree | 0fe13554a1579b4dfc5f39392dc40000cfdec228 /idlc/source/scanner.ll | |
parent | b009cc759c8f6996ace3908e2b389ddf7682fc3e (diff) |
#i3114# change to YACCTARGET
Diffstat (limited to 'idlc/source/scanner.ll')
-rw-r--r-- | idlc/source/scanner.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/source/scanner.ll b/idlc/source/scanner.ll index 7a83ad396921..edea98f42d99 100644 --- a/idlc/source/scanner.ll +++ b/idlc/source/scanner.ll @@ -2,9 +2,9 @@ * * $RCSfile: scanner.ll,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2002-02-21 11:31:12 $ + * last change: $Author: hjs $ $Date: 2002-03-06 13:25:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,7 +77,7 @@ class AstExpression; class AstArray; class AstMember; -#include <parser.h> +#include <parser.hxx> sal_Int32 beginLine = 0; ::rtl::OString docu; |