X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/6a5fa4e03967ab980cdc7ef96a42400bc29b4414..d8c21c57119660032c14ce46bca2f1168d12246f:/src/tcl/tclint.h 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,