* device/include/asm/pic16/features.h,
[fw/sdcc] / device / lib / pic16 / libsdcc / long / divulong.c
index 2e7d7961485812e0695e7329dfc60d358d5b44eb..1029e836c482d184a10f2cf543751cc846abfb46 100644 (file)
@@ -30,7 +30,7 @@ unsigned long _divulong (unsigned long a, unsigned long b) _IL_REENTRANT
 {
   unsigned long reste = 0L;
   unsigned char count = 32;
-  char c;
+  unsigned char c;
 
   do
   {