summaryrefslogtreecommitdiff
path: root/src/time/asctime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/asctime.c')
-rw-r--r--src/time/asctime.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/time/asctime.c b/src/time/asctime.c
index 1b96a6e0..a67cb603 100644
--- a/src/time/asctime.c
+++ b/src/time/asctime.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdio.h>
#include <time.h>
@@ -35,3 +37,6 @@ hour of the day (in the range (0,23)), LITERAL(mm) is the minute of the hour
RETURN_ALWAYS(a pointer to the string)
STDC(1)
*/
+
+
+#endif