Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1847 → Rev 1848

/programs/develop/c--/trunk/directiv.h--
822,7 → 822,7
}
else IF(tok==tk_from){
NextTok();
SHOW("count = DoFrom(1);\n");
WRITESTR("count = DoFrom(1);\n");
i=size*elements;
i-=count;
loop(i)OP(byte 0);
830,7 → 830,7
}
else IF(tok==tk_extract){
NextTok();
SHOW("count = DoExtract(1);\n");
WRITESTR("count = DoExtract(1);\n");
i=size*elements;
i-=count;
loop(i)OP(byte 0);
/programs/develop/c--/trunk/enums.h--
1,6 → 1,4
//===== ƒ«®¡ «ì­ë¥ ª®­áâ ­âë
#define SHOW "WRITESTR"
// ----
#define STD_INPUT_HANDLE -10
#define STD_OUTPUT_HANDLE -11
#define STD_ERROR_HANDLE -12
/programs/develop/c--/trunk/exe.h--
108,7 → 108,7
byte exefile[FILENAMESIZE];
{
wsprintfA(#exefile,"%s.EXE",#rawfilename);
SHOW(#exefile);
WRITESTR(#exefile);
diskout=_lcreat(#exefile,0);
IF(EAX==0){
wsprintfA(#mapstr,"ERROR, unable to create output file %s.\n",#exefile);