1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

* print.c: Removed promise to rewrite printer code before next

release.  :)
This commit is contained in:
Mikael Djurfeldt 2000-04-04 09:15:03 +00:00
parent 395c856721
commit 5d46ebe36d

View file

@ -152,9 +152,8 @@ SCM_DEFINE (scm_print_options, "print-options-interface", 0, 1, 0,
/* Detection of circular references.
*
* Due to other constraints in the implementation, this code has bad
* time complexity (O (depth * N)), The printer code will be
* completely rewritten before next release of Guile. The new code
* will be O(N).
* time complexity (O (depth * N)), The printer code can be
* rewritten to be O(N).
*/
#define PUSH_REF(pstate, obj) \
do { \