X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=gnokii%2Fcleanup.c;h=23003158cb87e0170e2decd204882bcca3c4d76e;hp=82b1c48b29b054e8c0fc45c0094536ea6e60ed31;hb=82bcbc2300f764bcb3551b152a0a961f4fef5e66;hpb=975a83d253eea8aa37bf3dfd7e026df3027db4ff diff --git a/gnokii/cleanup.c b/gnokii/cleanup.c index 82b1c48..2300315 100644 --- a/gnokii/cleanup.c +++ b/gnokii/cleanup.c @@ -4,6 +4,8 @@ #include +#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;