bug #36229: changed ICS_* from define to enum
[xboard.git] / backend.c
index c346231..46bb39d 100644 (file)
--- a/backend.c
+++ b/backend.c
@@ -421,7 +421,7 @@ Boolean alarmSounded;
 /* end premove variables */
 
 char *ics_prefix = "$";
-int ics_type = ICS_GENERIC;
+enum ICS_TYPE ics_type = ICS_GENERIC;
 
 int currentMove = 0, forwardMostMove = 0, backwardMostMove = 0;
 int pauseExamForwardMostMove = 0;