INTEGRATION: CWS sb18 (1.10.4); FILE MERGED
2004/05/18 15:36:50 sb 1.10.4.1: #i21150# Added new feature: published.
This commit is contained in:
parent
d6d29bd4da
commit
3293f82d8b
1 changed files with 4 additions and 2 deletions
|
@ -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)? {
|
||||
|
|
Loading…
Reference in a new issue