Closed Bug 8853 Opened 25 years ago Closed 25 years ago

void foo(in long context); doesn't work

Categories

(Core :: XPCOM, defect, P3)

x86
Windows NT
defect

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
Status: NEW → ASSIGNED
Thank you, ariel.
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_*'
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
context			tokreturn (TOK_CONTEXT);

Yep.  Marking INVALID.

Thanks.
Status: RESOLVED → VERIFIED
this is a source code problem not Mozilla's marking as Verified.
Component: xpidl → XPCOM
QA Contact: mike+mozilla → xpcom
You need to log in before you can comment on or make changes to this bug.