Date: Sat, 27 Aug 94 01:42:37 EDT From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: missing semicolon in valloc.c Reply-To: babcock AT cfa DOT harvard DOT edu valloc.c in the 2nd tentative 1.12maint1 seems to have a missing semicolon. It's easy enough to fix, but makes me wonder whether the fixed source corresponds to the go32 packaged with it. *** ..\valloc.c Fri Aug 26 23:32:34 1994 --- ..\original\valloc.c Tue Aug 23 18:05:00 1994 *************** *** 373,377 **** } r.r_ax = 0x4800; ! r.r_bx = lol; intr(0x21, &r); /* get the block */ if (r.r_ax != valloc_lowmem_page) --- 373,377 ---- } r.r_ax = 0x4800; ! r.r_bx = lol intr(0x21, &r); /* get the block */ if (r.r_ax != valloc_lowmem_page) -------------------- end of message