Changeset 1198 for trunk/src/kash/eval.h


Ignore:
Timestamp:
Oct 6, 2007, 11:19:19 PM (18 years ago)
Author:
bird
Message:

moving globals into shinstance...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/eval.h

    r879 r1198  
    5454
    5555/* in_function returns nonzero if we are currently evaluating a function */
    56 #define in_function()   psh->funcnest
     56#define in_function(psh)        (psh)->funcnest
    5757/*extern int funcnest;
    5858extern int evalskip;*/
Note: See TracChangeset for help on using the changeset viewer.