mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-26 00:26:52 +03:00
Comment out "C--" auto-build.
git-svn-id: svn://kolibrios.org@1850 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
7e7119cdc5
commit
2f0a3dc835
@ -222,7 +222,7 @@ CMM_PROGRAMS:=\
|
|||||||
games/clicks:GAMES/CLICKS:$(PROGS)/games/clicks/trunk/clicks.c-- \
|
games/clicks:GAMES/CLICKS:$(PROGS)/games/clicks/trunk/clicks.c-- \
|
||||||
games/FindNumbers:GAMES/FindNumbers:$(PROGS)/games/FindNumbers/trunk/FindNumbers.c-- \
|
games/FindNumbers:GAMES/FindNumbers:$(PROGS)/games/FindNumbers/trunk/FindNumbers.c-- \
|
||||||
games/mine:GAMES/MINE:$(PROGS)/games/mine/trunk/mine.c--:/MEOS \
|
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
|
# end of list
|
||||||
|
|
||||||
# List of other files to be included in the image file.
|
# List of other files to be included in the image file.
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#define STRING_ERROR "string found in tree when trying to add to it"
|
|
||||||
// ---- ‡ ¥á¥¨¥ ¯®¨¬¥®¢ ®© ª®áâ âë ¢ ᯨ᮪
|
// ---- ‡ ¥á¥¨¥ ¯®¨¬¥®¢ ®© ª®áâ âë ¢ ᯨ᮪
|
||||||
AddConstToTree(dword keystring,constvalue)
|
AddConstToTree(dword keystring,constvalue)
|
||||||
dword ptr,newptr; // idrec structure
|
dword ptr,newptr; // idrec structure
|
||||||
@ -33,7 +32,7 @@ dword ptr,newptr; // idrec structure
|
|||||||
}
|
}
|
||||||
ptr=DSDWORD[ESI+right];
|
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];
|
ptr=DSDWORD[ESI+right];
|
||||||
}
|
}
|
||||||
ELSE internalerror(STRING_ERROR);
|
ELSE internalerror("string found in tree when trying to add to it");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ESI=newptr;
|
ESI=newptr;
|
||||||
|
Loading…
Reference in New Issue
Block a user