From 0a8b005948611d3868eedc530b39951b0c9864a8 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Wed, 13 Oct 2010 12:46:39 +0000 Subject: change type of n from long to LONG to prevent c compiler warning on 64 bit linux --- cginput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3