chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-hackers] close-{in,out}put-file?


From: Mario Domenech Goulart
Subject: [Chicken-hackers] close-{in,out}put-file?
Date: 08 May 2008 20:57:21 -0300
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Hi folks,

It seems that close-{in,out}put-file are defined in library.scm but
are not actually implemented.

csi> (apropos (regexp "close-.*-file"))
close-input-file  : variable
close-output-file : variable

trunk $ grep -r close-input-file *
library.scm:(define close-input-file)

$ grep -r close-output-file *
library.scm:(define close-output-file)

Is it intentional?

Best wishes,
Mario




reply via email to

[Prev in Thread] Current Thread [Next in Thread]