C keywords can not be used as method names
Bug #893951 reported by
Jesper Öqvist
on 2011-11-23
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| LJRT |
Undecided
|
Unassigned |
Bug Description
For example, "auto" is a keyword in C. A class with a method named "auto" will not compile in ljrt.
The relevant keywords are:
auto, extern, register, signed, sizeof, struct, typedef, union, unsigned
Jesper Öqvist (jesper-oqvist)
on 2011-11-23
description: | updated |
To post a comment you must log in.