From d9b7db7fc6dfffc066b521b672b2bd7c7ff212db Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Sat, 4 Mar 2023 18:57:05 +0100 Subject: examples.api: drop last JIM_EMBEDDED definitions The macro JIM_EMBEDDED was required to be defined before including jim.h in applications that embed jimtcl. This requirement has been dropped in 2010 with commit 2d8564100c86 ("Documentation updates") but it's use has remained for longer and it even re-appeared later in the examples.api. Drop last instances of JIM_EMBEDDED. Signed-off-by: Antonio Borneo --- examples.api/jim_obj.c | 1 - 1 file changed, 1 deletion(-) (limited to 'examples.api/jim_obj.c') diff --git a/examples.api/jim_obj.c b/examples.api/jim_obj.c index 91d1e84..5b20446 100644 --- a/examples.api/jim_obj.c +++ b/examples.api/jim_obj.c @@ -30,7 +30,6 @@ #include #include -#define JIM_EMBEDDED #include #define OBJ_DESC "hello world" -- cgit v1.1