Changed _xdata, _near, etc and removed _generic from library files
[fw/sdcc] / device / include / setjmp.h
index 29c86a980941954734b45eecf0367eae1b5044fd..6742bb89788ec92708c9bed1200acfd4e00b86c3 100644 (file)
@@ -27,7 +27,7 @@
 
 typedef unsigned char jmp_buf[3];
 
-int setjmp (unsigned char _generic *);
-int longjmp(unsigned char _generic *,int);
+int setjmp (unsigned char *);
+int longjmp(unsigned char *, int);
 
 #endif