summaryrefslogtreecommitdiff
path: root/gawkapi.h
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2019-07-08 09:25:01 -0400
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2019-07-08 09:25:01 -0400
commitae1139c068702ede2d35002bdd14199a2c9eb4d8 (patch)
tree3c96487aa1509c17a1d6e738e8a2a521b1b8d241 /gawkapi.h
parent43d85982525f24742a14b30a888d224f961a01c0 (diff)
downloadgawk-ae1139c068702ede2d35002bdd14199a2c9eb4d8.tar.gz
Bump gawk_api_major_version due to incompatible namespace changes.
Diffstat (limited to 'gawkapi.h')
-rw-r--r--gawkapi.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gawkapi.h b/gawkapi.h
index 3db8990a..9d9cf873 100644
--- a/gawkapi.h
+++ b/gawkapi.h
@@ -296,7 +296,7 @@ typedef struct awk_two_way_processor {
awk_const struct awk_two_way_processor *awk_const next; /* for use by gawk */
} awk_two_way_processor_t;
-#define gawk_api_major_version 2
+#define gawk_api_major_version 3
#define gawk_api_minor_version 0
/* Current version of the API. */
@@ -458,6 +458,9 @@ typedef void *awk_ext_id_t; /* opaque type for extension id */
/*
* The API into gawk. Lots of functions here. We hope that they are
* logically organized.
+ *
+ * !!! If you make any changes to this structure, please remember to bump !!!
+ * !!! gawk_api_major_version and/or gawk_api_minor_version. !!!
*/
typedef struct gawk_api {
/* First, data fields. */