Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 296c806

Browse files
committed
> Applied. Thanks.
One more :)) It's for improper function argumets for PLTCL_UNKNOWN_SUPPORT code I'm not an autoconf expert, but is it possible to enable unknown support in pltcl with configure option ? This support is really handy for real life usage of pl/tcl. seva@sevasoft.kiev.ua
1 parent 3dc1b2b commit 296c806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pl/tcl/pltcl.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* ENHANCEMENTS, OR MODIFICATIONS.
3232
*
3333
* IDENTIFICATION
34-
* $Header: /cvsroot/pgsql/src/pl/tcl/pltcl.c,v 1.32 2001/02/16 03:26:40 tgl Exp $
34+
* $Header: /cvsroot/pgsql/src/pl/tcl/pltcl.c,v 1.33 2001/03/07 16:18:08 momjian Exp $
3535
*
3636
**********************************************************************/
3737

@@ -250,7 +250,7 @@ pltcl_init_interp(Tcl_Interp *interp)
250250
* table pltcl_modules (if it exists)
251251
**********************************************************************/
252252
static void
253-
pltcl_init_load_unknown(void)
253+
pltcl_init_load_unknown(Tcl_Interp *interp)
254254
{
255255
int spi_rc;
256256
int tcl_rc;

0 commit comments

Comments
 (0)