add _ALLOC_ID_ macro
This commit is contained in:
parent
41b7bfb580
commit
5c59b69865
|
|
@ -123,6 +123,7 @@ extern char win_temp_dir[PATH_MAX];
|
|||
#include <tcl.h>
|
||||
#include <tk.h>
|
||||
|
||||
#define _ALLOC_ID_ 0 /* to be replaced with unique IDs in my_*() allocations for memory tracking */
|
||||
#define CADHEIGHT 700 /* initial window size */
|
||||
#define CADWIDTH 1000
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue