Comment out "C--" auto-build.

git-svn-id: svn://kolibrios.org@1850 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Yogev Ezra
2011-02-05 18:14:08 +00:00
parent 7e7119cdc5
commit 2f0a3dc835
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -1,4 +1,3 @@
#define STRING_ERROR "string found in tree when trying to add to it"
// ---- ‡ ­¥á¥­¨¥ ¯®¨¬¥­®¢ ­­®© ª®­áâ ­âë ¢ ᯨ᮪
AddConstToTree(dword keystring,constvalue)
dword ptr,newptr; // idrec structure
@@ -33,7 +32,7 @@ dword ptr,newptr; // idrec structure
}
ptr=DSDWORD[ESI+right];
}
ELSE internalerror(STRING_ERROR);
ELSE internalerror("string found in tree when trying to add to it");
}
}
// ”®à¬¨à㥬 ­®¢ãî § ¯¨áì ¢ ᯨ᪥
@@ -111,7 +110,7 @@ dword ptr,newptr;
}
ptr=DSDWORD[ESI+right];
}
ELSE internalerror(STRING_ERROR);
ELSE internalerror("string found in tree when trying to add to it");
}
}
ESI=newptr;