short (8 bit) replaced by char
[fw/sdcc] / device / lib / _divulong.c
index 6b3311ff79f7d8336c9872f8336357c0f2886828..2694bbf2af5878f2c86df539b09dbbd8e7de57a2 100644 (file)
@@ -28,7 +28,7 @@ unsigned long _divulong (unsigned long a, unsigned long b)
 {
        unsigned long reste = 0L;
        unsigned char count = 32;
-       short c;
+       char c;
 
        do{
                // reste:a <- 0;