Ignore:
Timestamp:
11/27/11 02:12:20 (18 months ago)
Author:
reyalp
Message:

change ubasic yield control from r1427 to use one function to set both values. Doesn't make sense to set them individually, matches lua version. New syntax: set_yield MAX_LINES MAX_TICKS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/ubasic/tokenizer.c

    r1427 r1434  
    189189  {"set_record",              TOKENIZER_SET_RECORD}, 
    190190  {"set_config_value",        TOKENIZER_SET_CONFIG_VALUE}, 
    191   {"set_yield_lines",         TOKENIZER_SET_YIELD_LINES}, 
    192   {"set_yield_ms",            TOKENIZER_SET_YIELD_MS}, 
    193    
     191  {"set_yield",               TOKENIZER_SET_YIELD}, 
    194192   
    195193  {"wait_click",              TOKENIZER_WAIT_CLICK}, 
Note: See TracChangeset for help on using the changeset viewer.