]> git.pld-linux.org Git - packages/plplot.git/blob - plplot-tcl.patch
- works now
[packages/plplot.git] / plplot-tcl.patch
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.104143 seconds and 3 git commands to generate.