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:
parent
395c856721
commit
5d46ebe36d
1 changed files with 2 additions and 3 deletions
|
@ -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 { \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue