X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/f1d92a2564f181cebcabbd0f8c04fe8966bc17ff..HEAD:/src/tcl/tclint.h?ds=sidebyside diff --git a/src/tcl/tclint.h b/src/tcl/tclint.h index 9bb0128..6c255d9 100644 --- a/src/tcl/tclint.h +++ b/src/tcl/tclint.h @@ -70,7 +70,7 @@ * up being too many conflicts with slightly-different prototypes. */ -extern double strtod(); +extern double strtod(const char *, char **); /* *---------------------------------------------------------------- @@ -657,7 +657,7 @@ extern char * tclRegexpError; *---------------------------------------------------------------- */ -extern void panic(); +extern void panic(char *format, ...); extern regexp * TclCompileRegexp _ANSI_ARGS_((Tcl_Interp *interp, char *string)); extern void TclCopyAndCollapse _ANSI_ARGS_((int count, char *src,