summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGary Houston <ghouston@arglist.com>2002-04-20 21:26:05 +0000
committerGary Houston <ghouston@arglist.com>2002-04-20 21:26:05 +0000
commit1841c44acc43407cdb5fca3db962d81a5fcfe4c6 (patch)
treee38b9b473b9f320e5a06348284b7c16938f9f9a5 /NEWS
parentb6287a25bdbfbefb22251aca09f4c4e11ba42a9f (diff)
downloadguile-1841c44acc43407cdb5fca3db962d81a5fcfe4c6.tar.gz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f31db5422..8fe4a2b38 100644
--- a/NEWS
+++ b/NEWS
@@ -115,7 +115,9 @@ instead.
Use scm_c_source_property_breakpoint_p instead.
** Removed from scm_root_state: def_inp, def_outp, def_errp. These were
-unused copies of the standard ports when Guile was initialised.
+unused copies of the standard ports when Guile was initialised. The
+corresponding macros scm_def_inp, scm_def_outp and scm_def_errp were also
+removed.
** Removed definitions: scm_lisp_nil, scm_lisp_t, s_nil_ify, scm_m_nil_ify,
s_t_ify, scm_m_t_ify, s_0_cond, scm_m_0_cond, s_0_ify, scm_m_0_ify, s_1_ify,