성인을 위한 정보입니다(광고)

2001-11-30 Thread tokyogirl
¡¡   ¡¡   ±ÍÇÏÀÇ À̸ÞÀÏ ÁÖ¼Ò´Â °¢Á¾ »çÀÌÆ®ÀÇ °ø°³µÈ °Ô½ÃÆÇÀ̳ª ¹æ¸í·Ï¿¡¼­ ¸ð¾Ò½À´Ï´Ù. À̸ÞÀÏ ÁÖ¼Ò À̿ܿ¡ ¾î¶°ÇÑ °³ÀÎÁ¤º¸µµ °¡Áö°í ÀÖÁö ¾Ê½À´Ï´Ù. ÇÊ¿ä¾ø´Â Á¤º¸¿´´Ù¸é Á¤¸» Á˼ÛÇÕ´Ï´Ù.

minor syntax error

2001-11-30 Thread rharrison
I had a compilation bug in net_db.c libguile/net_db.c at line 86 the code reads extern int inet_aton( ...) it should be extern in_addr_t inet_aton( ...) for consistancy with the arpa/inet.h header this is on a redhat 7.0 gnu/linux system with gcc 2.96 (what ever it defaults to on installati

let-values is broken because gentemp has been removed from CVS

2001-11-30 Thread Neil Jerram
guile> (version) $1 = "1.7.0" guile> (use-modules (srfi srfi-11)) guile> (let-values (((x y) (values 33 44))) (list x y)) Backtrace: In current input: 3: 0* (let-values (((x y) (values 33 44))) (list x y)) ?: 1* [copy-tree ... ?: 2* [apply # (((# #)) (list x y))] ?: 3 [# (((x y