diff options
Diffstat (limited to 'mbbsd/cal.c')
-rw-r--r-- | mbbsd/cal.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/cal.c b/mbbsd/cal.c index 5c2b7cdc..a443291d 100644 --- a/mbbsd/cal.c +++ b/mbbsd/cal.c @@ -446,6 +446,7 @@ p_sysinfo(void) } /* ¤ppºâ¾÷ */ +#if 0 static void ccount(float *a, float b, int cmode) { @@ -466,4 +467,4 @@ ccount(float *a, float b, int cmode) break; } } - +#endif |