Closed
Bug 8853
Opened 26 years ago
Closed 26 years ago
void foo(in long context); doesn't work
Categories
(Core :: XPCOM, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: arielb, Assigned: mike+mozilla)
Details
try
void foo(in long context);
void foo(in long contex);
i'm around the corner if you would like to thank me
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•26 years ago
|
||
Thank you, ariel.
Comment 2•26 years ago
|
||
Is this a bug to be fixed? It looks to me like we just need to document some
reserved words. libIDL's lexer.l has a list. In addition to 'context' and a
bunch of expected reserved words it includes words like 'fixed', 'module',
'oneway', and 'sequence'. most of them being defined as 'TOK_*'
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
| Assignee | ||
Comment 3•26 years ago
|
||
context tokreturn (TOK_CONTEXT);
Yep. Marking INVALID.
Thanks.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
this is a source code problem not Mozilla's marking as Verified.
You need to log in
before you can comment on or make changes to this bug.
Description
•