genericopenlibs/cstdlib/LINC/STDLIB.H
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
--- a/genericopenlibs/cstdlib/LINC/STDLIB.H	Tue Aug 31 16:54:36 2010 +0300
+++ b/genericopenlibs/cstdlib/LINC/STDLIB.H	Wed Sep 01 12:36:54 2010 +0100
@@ -66,7 +66,7 @@
 IMPORT_C int	_epoc32_atexit	(void (*_func)(void));
 
 #ifdef EKA2
-IMPORT_C void	abort	(void);
+void	abort	(void);
 #else
 IMPORT_C void	abort	(void);
 #endif