add _ALLOC_ID_ macro

This commit is contained in:
stefan schippers 2023-01-23 15:07:15 +01:00
parent 41b7bfb580
commit 5c59b69865
1 changed files with 1 additions and 0 deletions

View File

@ -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