Changeset 186 for trunk/thune/eval.c

Show
Ignore:
Timestamp:
06/17/06 21:06:45 (3 years ago)
Author:
krobillard
Message:

Thune - Can now tokenize int! as hexadecimal.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/eval.c

    r185 r186  
    4949#define PUSHC_CELL(val) \ 
    5050    *((UCell*) UR_TOC) = val; \ 
    51     UR_C_GROW 
    52  
    53 #define PUSHC_NONE \ 
    54     ur_initType(UR_TOC, UT_NONE); \ 
    5551    UR_C_GROW 
    5652 
     
    855851                        while( argc < totc ) 
    856852                        { 
    857                             PUSHC_NONE; 
     853                            ur_initType(UR_TOC, UT_NONE); 
     854                            UR_C_GROW; 
    858855                            ++argc; 
    859856                        }