Clone
Gustaf Neumann <neumann@wu-wien.ac.at>
committed
on 23 May 13
- C-code Generator: added "-typeName" for enumeration types that allows for disambiguation of enumerations with different argument names… Show more
- C-code Generator: added "-typeName" for enumeration types that   allows for disambiguation of enumerations with different argument   names.  Before that, the argument name determined the c-type of the   enumeration.  Therefore it was not possible to use argName "-type"   for two different functions with a different list of enumerators.

- changed "-methodtype" to simply "-type" in

   /obj/ info methods ... ?-type all|scripted|builtin|alias|forwarder|object|setter|nsfproc? ...

   /obj/ info object methods ... ?-type all|scripted|builtin|alias|forwarder|object|setter|nsfproc? ...

   /obj/ info lookup methods ... ?-type all|scripted|builtin|alias|forwarder|object|setter|nsfproc? ...

Show less

2-1-0-rc + 55 more