X-Git-Url: https://jxself.org/git/?p=a56.git;a=blobdiff_plain;f=main.c;h=a6efff3d3b9f5e99a325065d42f4134349281b76;hp=cc03c7475122c5957000da2e3b3ad305b9c4d0cf;hb=a9f9530247b0d6b03664a231a43af9c8387b41ce;hpb=60c50716141140d4d9bcf4f7e11b9d6fbc1c2913 diff --git a/main.c b/main.c index cc03c74..a6efff3 100644 --- a/main.c +++ b/main.c @@ -9,6 +9,7 @@ /* * Copyright (C) 2008 Robert Millan + * Copyright (C) 2012 Thorsten Alteholz * * This file is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published @@ -51,7 +52,7 @@ static char *Copyright = "Copyright (C) 1990-1994 Quinn C. Jensen"; int pass; int error, warning; -extern unsigned long pc; +extern unsigned int pc; extern int seg; BOOL binary_listing = FALSE; BOOL list_includes = FALSE;