X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=procln.h;fp=procln.h;h=4acf8560aa65e4af8c5ee12bdf693ffea98e62d3;hp=c645722702ba6350b0163f6512489cd557ca1987;hb=052be802baa4836564801c780b1d432cfe17c576;hpb=a5aa8711ae41356bb9c4c853bc07d96efae0b5d6 diff --git a/procln.h b/procln.h index c645722..4acf856 100644 --- a/procln.h +++ b/procln.h @@ -22,6 +22,7 @@ extern int just_bss; extern VALUE pcloc; extern SYM * lab_sym; extern LONG amsktab[]; +extern char in_6502mode[]; // Prototypes void InitLineProcessor(void);