]> git.pld-linux.org Git - packages/plplot.git/blame - plplot-tcl.patch
- works now
[packages/plplot.git] / plplot-tcl.patch
CommitLineData
f981081b
JR
1--- plplot-5.8.0/bindings/tcl/tclMain.c~ 2007-11-18 21:04:00.000000000 +0100
2+++ plplot-5.8.0/bindings/tcl/tclMain.c 2008-04-02 18:50:14.000000000 +0200
3@@ -55,7 +55,7 @@
4
5 /* From tclIntDecls.h */
6
7-EXTERN int TclFormatInt _ANSI_ARGS_((char * buffer, long n));
8+#define TclFormatInt(buf, n) sprintf((buf), "%ld", (long)(n))
9 EXTERN int TclObjCommandComplete _ANSI_ARGS_((Tcl_Obj * cmdPtr));
10
11 # undef TCL_STORAGE_CLASS
This page took 0.088444 seconds and 4 git commands to generate.