From 2f0a3dc8354f538bb1871dbf6ca5c0e6f98ccef0 Mon Sep 17 00:00:00 2001 From: Yogev Ezra Date: Sat, 5 Feb 2011 18:14:08 +0000 Subject: [PATCH] Comment out "C--" auto-build. git-svn-id: svn://kolibrios.org@1850 a494cfbc-eb01-0410-851d-a64ba20cac60 --- data/eng/Makefile | 2 +- programs/develop/c--/trunk/tree.h-- | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/data/eng/Makefile b/data/eng/Makefile index 130796a703..6ba283238f 100644 --- a/data/eng/Makefile +++ b/data/eng/Makefile @@ -222,7 +222,7 @@ CMM_PROGRAMS:=\ games/clicks:GAMES/CLICKS:$(PROGS)/games/clicks/trunk/clicks.c-- \ games/FindNumbers:GAMES/FindNumbers:$(PROGS)/games/FindNumbers/trunk/FindNumbers.c-- \ games/mine:GAMES/MINE:$(PROGS)/games/mine/trunk/mine.c--:/MEOS \ - develop/c--:DEVELOP/C--:$(PROGS)/develop/c--/trunk/32.c-- \ +#develop/c--:DEVELOP/C--:$(PROGS)/develop/c--/trunk/32.c-- \ # end of list # List of other files to be included in the image file. diff --git a/programs/develop/c--/trunk/tree.h-- b/programs/develop/c--/trunk/tree.h-- index 7180fe4ef6..0a1661e180 100644 --- a/programs/develop/c--/trunk/tree.h-- +++ b/programs/develop/c--/trunk/tree.h-- @@ -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;