From 5c59b69865f2edfab4b0214d07341295d7c79c72 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Mon, 23 Jan 2023 15:07:15 +0100 Subject: [PATCH] add _ALLOC_ID_ macro --- src/xschem.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xschem.h b/src/xschem.h index 97910452..01ec5382 100644 --- a/src/xschem.h +++ b/src/xschem.h @@ -123,6 +123,7 @@ extern char win_temp_dir[PATH_MAX]; #include #include +#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