diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 14:11:25 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 14:11:25 +0000 |
commit | 3293f82d8b696138368cbd3f5df88cba9d5ca4b6 (patch) | |
tree | 8d748aebbb365e579b794cb5832fabfa51ebac24 /idlc | |
parent | d6d29bd4da43d045c4f9794b9545fb4bd7f063a4 (diff) |
INTEGRATION: CWS sb18 (1.10.4); FILE MERGED
2004/05/18 15:36:50 sb 1.10.4.1: #i21150# Added new feature: published.
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/scanner.ll | 6 |
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)? { |