summaryrefslogtreecommitdiffstats
path: root/ini/ini_defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'ini/ini_defines.h')
-rw-r--r--ini/ini_defines.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ini/ini_defines.h b/ini/ini_defines.h
index b861f0e..db898c3 100644
--- a/ini/ini_defines.h
+++ b/ini/ini_defines.h
@@ -63,7 +63,6 @@
#define INI_ERROR_NAME "errname"
#define INI_CONFIG_NAME "INI"
-#define INI_SPECIAL_KEY "="
#define INI_SECTION_KEY "["
/* Internal sizes. MAX_KEY is defined in config.h */
@@ -81,6 +80,8 @@
/* This constant belongs here. */
#define COL_CLASS_INI_BASE 20000
+#define COL_CLASS_INI_CONFIG COL_CLASS_INI_BASE + 0
+
/**
* @brief A one level collection of parse errors.
*