From 5f518479775c8b1b15edef6cc926c99a97e3d449 Mon Sep 17 00:00:00 2001 From: Torsten Merz <mer114@moon-ph.nexus.csiro.au> Date: Tue, 3 Mar 2020 14:47:42 +1000 Subject: [PATCH] bug fix in rt_def.h --- smi/src/rt_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smi/src/rt_def.h b/smi/src/rt_def.h index 10bf737..0005fa1 100644 --- a/smi/src/rt_def.h +++ b/smi/src/rt_def.h @@ -22,7 +22,7 @@ #define INT_S 4 #ifdef _64 #define LONG_S 8 -#elif +#else #define LONG_S 4 #endif #define RTIME_S 8 -- GitLab