# @$(REMOVECOMMAND) *.OUT
# @$(REMOVECOMMAND) makefi~1
# @$(REMOVECOMMAND) makefile~
- @$(REMOVECOMMAND) __WCL__.LNK
+# @$(REMOVECOMMAND) __WCL__.LNK
# @$(REMOVECOMMAND) *.smp
- @$(REMOVECOMMAND) *.SMP
+# @$(REMOVECOMMAND) *.SMP
{
mmblocktype huge *scan,huge *last;
dword oldend;
- ///*d*/word fat=0;
+ //----/*d*/word fat=0;
dword extra;
scan = last = mm->mmhead;
mm->mmrover = mm->mmhead; // reset rover to start of memory
scan->segm=1;
- scan->segmlen=seglength;
+ //----scan->segmlen=seglength;
//
// search for the block that contains the range of segments
if(US_CheckParm(__argv[i],ParmStringsexmm) == 0)
goto xmsskip; // param NOXMS
}
-// printf("\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"); //bug!
+ printf("\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"); //bug!
if(MML_CheckForXMS(mm))
{
printf("XMS!\n");
//word start;
//dword length;
word segm; //how many 64kb segment blocks it takes up if there is many data!
- dword segmlen; //length of the multi segment data
+ //dword segmlen; //length of the multi segment data
unsigned attributes;
memptr *useptr; // pointer to the segment start
struct mmblockstruct huge *next;