Changeset 528 for trunk/thune/thune.c

Show
Ignore:
Timestamp:
05/30/08 18:36:20 (6 months ago)
Author:
krobillard
Message:

GL testfw reload works again.
Added UG_GUI_THROW macro to be used by widget event handlers.
Added gui_matchArgs() and GUI_PARSE macros.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/thune.c

    r527 r528  
    668668 
    669669                case OP_THROW:          // (val -- val) 
     670                    UR_CALL_OP = OP_THROW; 
    670671                    goto op_throw; 
    671672