summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
d0e1ede)
Fix:
tclexpr.c:1321:1: error: implicit declaration of function 'Tcl_ReturnDouble' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
Tcl_ReturnDouble (interp, value.doubleValue);
^
+/#include "tclint.h"/a\
+\#include "tclxint.h"
+
/ sprintf(interp->result, "%g", value.doubleValue);/c\
Tcl_ReturnDouble (interp, value.doubleValue);
/ sprintf(interp->result, "%g", value.doubleValue);/c\
Tcl_ReturnDouble (interp, value.doubleValue);