Branch update for mygnokii2002_03_17_19_29nl
[gnokii.git] / gnokii / cleanup.c
index 82b1c48..2300315 100644 (file)
@@ -4,6 +4,8 @@
 
 #include <stdio.h>
 
+#ifdef UCCOMPAT
+
 void _cleanup(void)
 {
        /* hack for pic32 gcc */
@@ -15,6 +17,8 @@ void _cleanup(void)
 #endif
 }
 
+#endif /* UCCOMPAT */
+
 #ifdef STACKCHECK
 
 static volatile int live_check_disable=0;