summaryrefslogtreecommitdiff
path: root/idlc/source/parser.y
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2004-04-21 13:04:36 +0000
committerSander Vesik <svesik@openoffice.org>2004-04-21 13:04:36 +0000
commitc1426ed779c5e268d5edaf332da13ca84ff54c37 (patch)
treecd2b3fe29a703928d89d8dab876c0b20099bf3bc /idlc/source/parser.y
parenteb9c6c9a2ecf00c9ad8d7ff47034816a5496009e (diff)
INTEGRATION: CWS ooo20040329 (1.5.6); FILE MERGED
2004/04/08 03:56:21 svesik 1.5.6.2: RESYNC: (1.5-1.6); FILE MERGED 2004/03/18 17:27:15 pjanik 1.5.6.1: #i26686#: Add missing semicolon.
Diffstat (limited to 'idlc/source/parser.y')
-rw-r--r--idlc/source/parser.y5
1 files changed, 3 insertions, 2 deletions
diff --git a/idlc/source/parser.y b/idlc/source/parser.y
index 2fd9daaa7290..449af1a977b9 100644
--- a/idlc/source/parser.y
+++ b/idlc/source/parser.y
@@ -2,9 +2,9 @@
*
* $RCSfile: parser.y,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2004-03-30 16:48:22 $
+ * last change: $Author: svesik $ $Date: 2004-04-21 14:04:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1225,6 +1225,7 @@ interface_inheritance_decl:
}
delete $4;
}
+ ;
optional_inherited_interface:
'[' IDL_OPTIONAL ']' { $$ = true; }