Changeset 16 for trunk/thune/internal.h

Show
Ignore:
Timestamp:
02/02/06 04:03:23 (3 years ago)
Author:
krobillard
Message:

Thune - Removed localArgStack. Locals now stored on control stack.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/internal.h

    r15 r16  
    8989    CEntry* toc; 
    9090    int     callOp; 
     91    int     localArgPos; 
    9192} 
    9293UThread;