]> cvs.zerfleddert.de Git - micropolis/blobdiff - src/tcl/tclint.h
Fixes for compilation with gcc 15
[micropolis] / src / tcl / tclint.h
index 9bb01285a4d531bbc169223546703331f9e9a783..6c255d9d83be7295c930b8d5143a12a95603a3cd 100644 (file)
@@ -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,
Impressum, Datenschutz