SCI: Use GCC_PRINTF hint to the compiler for _SCIkprintf and sciprintf; fixed tons of bad format strings

svn-id: r38660
This commit is contained in:
Max Horn 2009-02-21 04:25:56 +00:00
parent cb6b1fc903
commit 7c87b4901d
11 changed files with 19 additions and 20 deletions

View file

@ -699,8 +699,7 @@ void kernel_compile_signature(const char **s) {
v = 0;
if (ellipsis) {
sciprintf("INTERNAL ERROR when compiling kernel function signature '%s': non-terminal ellipsis\n", *s, *src);
exit(1);
error("Failed compiling kernel function signature '%s': non-terminal ellipsis '%c'\n", *s, *src);
}
do {