X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=procln.c;h=8dd19c6371cb93192cbde7953b91786662e188e9;hp=37066c43471afba2efab76e2a5794aa92d7837a5;hb=81c752326a21408c84f98a18aed065491a88b779;hpb=582df8950c285e1746d0c4a9e3ead6545c962dc8 diff --git a/procln.c b/procln.c index 37066c4..8dd19c6 100644 --- a/procln.c +++ b/procln.c @@ -281,7 +281,6 @@ as68label: case DOTX: siz = SIZX, tok++; break; } - // Do special directives (500..999) (These must be handled in "real time") if (state >= 500 && state < 1000) { @@ -576,7 +575,7 @@ When checking to see if it's already been equated, issue a warning. } sy->sattr |= eattr | EQUATED; // Symbol inherits value and attributes - sy->svalue = (uint32_t)eval; + sy->svalue = eval; if (list_flag) // Put value in listing listvalue((uint32_t)eval);