X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=procln.c;fp=procln.c;h=52513e0be04f7d42bbc4c7dc77c5f35b2dbbabb8;hp=4af12bd9000d95ab2001f85534a71c0b1a14670e;hb=2e6a046d5d7e2c1863179c4dce8ef7505ff6dd6c;hpb=7b931ff047bf0f55fbd5ac835987958e22af8d48 diff --git a/procln.c b/procln.c index 4af12bd..52513e0 100644 --- a/procln.c +++ b/procln.c @@ -1,7 +1,7 @@ // // RMAC - Renamed Macro Assembler for all Atari computers // PROCLN.C - Line Processing -// Copyright (C) 199x Landon Dyer, 2011-2021 Reboot and Friends +// Copyright (C) 199x Landon Dyer, 2011-2022 Reboot and Friends // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986 // Source utilised with the kind permission of Landon Dyer // @@ -117,11 +117,9 @@ LONG amsktab[0124] = { M_FPSCR // 0123 }; // 0123 length - // Function prototypes int HandleLabel(char *, int); - // // Initialize line processor // @@ -133,7 +131,6 @@ void InitLineProcessor(void) ifent0.if_state = 0; } - // // Line processor // @@ -825,7 +822,6 @@ When checking to see if it's already been equated, issue a warning. goto loop; } - // // Handle the creation of labels // @@ -876,4 +872,3 @@ int HandleLabel(char * label, int labelType) return 0; } -