X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=procln.h;h=559081ffc51e40f969de48495f0066b8f9ac0300;hp=c8c89cb0f00117a4e178a6aca4b21262b41fbd89;hb=f3c7d186a15b89c39e360b9cc89545a0d24bd6a4;hpb=c9541a9d4f01e190ffefc20ce07896c7f04d9557 diff --git a/procln.h b/procln.h index c8c89cb..559081f 100644 --- a/procln.h +++ b/procln.h @@ -18,7 +18,7 @@ extern const char locgl_error[]; extern const char syntax_error[]; extern const char extra_stuff[]; extern int just_bss; -extern VALUE pcloc; +extern uint32_t pcloc; extern SYM * lab_sym; extern LONG amsktab[]; extern IFENT * ifent;