* src/pic16/ralloc.c (newReg): fixed bug #908929
[fw/sdcc] / src / regression / for.c
index a6245070b60c00af00e5cd76017bf11e2c36cee6..db3e73345b8936dc6c8ec171db98f34d513af859 100644 (file)
@@ -1,3 +1,5 @@
+#define __16F873
+#include "p16f873.h"
 //#include "p16c84.h"
 
 unsigned char success=0;
@@ -10,8 +12,6 @@ unsigned int uint1 = 0;
 unsigned char uchar0 = 0;
 unsigned char uchar1 = 0;
 
-unsigned char call3(void);
-
 void done()
 {