Select Git revision
operators.c
-
Henrik (Grubba) Grubbström authored
Casting an object type value to program will now result in the corresponding program. eg: program p = (program)_typeof(o); is approximately the same as program p = object_program(o);
Henrik (Grubba) Grubbström authoredCasting an object type value to program will now result in the corresponding program. eg: program p = (program)_typeof(o); is approximately the same as program p = object_program(o);