* support/Util/SDCCerr.c,
[fw/sdcc] / device / include / time.h
index 5f4e8854ec203a288ad184efd6c8c26666723c5e..c8e85bfbde42c765cf6d09ab5f0f32f0a1283980 100755 (executable)
@@ -1,7 +1,11 @@
 #ifndef TIME_H
 #define TIME_H
 
-#if 1
+#ifndef __TIME_UNSIGNED
+#define __TIME_UNSIGNED 1
+#endif
+
+#if __TIME_UNSIGNED
 struct tm
 {
   unsigned char tm_sec;                   /* Seconds.     [0-60]      */