diff options
author | Gary Houston <ghouston@arglist.com> | 2002-04-20 21:26:05 +0000 |
---|---|---|
committer | Gary Houston <ghouston@arglist.com> | 2002-04-20 21:26:05 +0000 |
commit | 1841c44acc43407cdb5fca3db962d81a5fcfe4c6 (patch) | |
tree | e38b9b473b9f320e5a06348284b7c16938f9f9a5 /NEWS | |
parent | b6287a25bdbfbefb22251aca09f4c4e11ba42a9f (diff) | |
download | guile-1841c44acc43407cdb5fca3db962d81a5fcfe4c6.tar.gz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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, |