OSDN Git Service

(struct function): Make frame_offset be HOST_WIDE_INT.
[pf3gnuchains/gcc-fork.git] / gcc / cp / input.c
index 364b8e2..e142bf4 100644 (file)
@@ -163,7 +163,7 @@ sub_getch ()
          return getch ();
        }
       if (input)
-       return input->str[input->offset++];
+       return (unsigned char)input->str[input->offset++];
     }
   return getc (finput);
 }