Re: scm_add_to_port_table replacement

2016-06-20 Thread Andy Wingo
Hi Thien-Thi, On Fri 09 Jan 2015 15:44, l...@gnu.org (Ludovic Courtès) writes: > Thien-Thi Nguyen skribis: > >> One of the last remaining ‘GUILE_WARN_DEPRECATED=detailed’ >> nits is ‘scm_add_to_port_table’: >> >> libpq.c:203:3: warning: ‘scm_add_to_port_table’ is deprecated >> (declared at /hom

Re: scm_add_to_port_table replacement

2015-01-10 Thread Thien-Thi Nguyen
() l...@gnu.org (Ludovic Courtès) () Fri, 09 Jan 2015 15:44:17 +0100 The ‘lob_mklobport’ function in libpq.c should be changed to use something like: [...]. This has been supported in both 1.8 and 2.0 (perhaps 1.6 as well.) Thanks. I'll make those changes. Guile-PG on Guile 2.x in 201

Re: scm_add_to_port_table replacement

2015-01-09 Thread Ludovic Courtès
Thien-Thi Nguyen skribis: > One of the last remaining ‘GUILE_WARN_DEPRECATED=detailed’ > nits is ‘scm_add_to_port_table’: > > libpq.c:203:3: warning: ‘scm_add_to_port_table’ is deprecated (declared at > /home/ttn/eep/include/guile/2.0/libguile/ports.h:344) > [-Wdeprecated-declarations] > > Whe