diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/frameobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/frameobject.h b/Include/frameobject.h index 63e6046..22bdfa9 100644 --- a/Include/frameobject.h +++ b/Include/frameobject.h @@ -72,6 +72,7 @@ frameobject * newframeobject PROTO( #define Getconst(f, i) (GETITEM((f)->f_code->co_consts, (i))) #define Getname(f, i) (GETITEMNAME((f)->f_code->co_names, (i))) +#define Getnamev(f, i) (GETITEM((f)->f_code->co_names, (i))) /* Block management functions */ |