summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cginput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cginput.c b/cginput.c
index 052ed9f..e76653c 100644
--- a/cginput.c
+++ b/cginput.c
@@ -1869,7 +1869,7 @@ static int parse_instruction_in_or_out (InstructionP instruction)
p=parameters;
while ((last_char & ~0x20)=='A' || (last_char & ~0x20)=='B'){
- long n;
+ LONG n;
*p++=last_char;
last_char=getc (abc_file);