From 58a2161a9deee87b2a47443118da4cd5711cf075 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 19 Oct 2025 19:23:59 +0200 Subject: Changed the type prefix in order to avoid conflicts --- FICS/interpreter.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'FICS') diff --git a/FICS/interpreter.h b/FICS/interpreter.h index b807ad6..75909d8 100644 --- a/FICS/interpreter.h +++ b/FICS/interpreter.h @@ -16,9 +16,9 @@ #define MAXLINE 3200 enum setting_type { - TYPE_BOOLEAN, - TYPE_INTEGER, - TYPE_STRING + STYPE_BOOLEAN, + STYPE_INTEGER, + STYPE_STRING }; typedef bool (*Interpreter_vFunc)(const char *); -- cgit v1.2.3