X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/6a5fa4e03967ab980cdc7ef96a42400bc29b4414..176c45720f3b9e5555fe1084d3e6ea59488c1785:/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,