summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/scanner.ll6
1 files changed, 4 insertions, 2 deletions
diff --git a/idlc/source/scanner.ll b/idlc/source/scanner.ll
index c71416dce814..356d267cc7f2 100644
--- a/idlc/source/scanner.ll
+++ b/idlc/source/scanner.ll
@@ -2,9 +2,9 @@
*
* $RCSfile: scanner.ll,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2004-03-30 16:48:37 $
+ * last change: $Author: obo $ $Date: 2004-06-03 15:11:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -315,6 +315,8 @@ oneway return IDL_ONEWAY;
get return IDL_GET;
set return IDL_SET;
+published return IDL_PUBLISHED;
+
"..." return IDL_ELLIPSIS;
("-")?{INT_LITERAL}+(l|L|u|U)? {