Another round of instance globals changes.
This commit is contained in:
@@ -37,7 +37,6 @@ struct trap {
|
||||
#define tnote vl.v_tnote
|
||||
};
|
||||
|
||||
extern struct trap *ftrap;
|
||||
#define newtrap() (struct trap *) alloc(sizeof(struct trap))
|
||||
#define dealloc_trap(trap) free((genericptr_t)(trap))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user