diff options
author | Christine Lemmer-Webber <cwebber@dustycloud.org> | 2021-10-10 20:59:04 -0400 |
---|---|---|
committer | Christine Lemmer-Webber <cwebber@dustycloud.org> | 2021-10-10 20:59:04 -0400 |
commit | 204cb986469b2751a3c3347a34a8013c1a0b6954 (patch) | |
tree | e91534db67add400e5213ec3becb6ab48544b470 /libguile/print.h | |
parent | b03b359b5b16c040c485a565f3ce92481ea43f41 (diff) | |
parent | e60469c8b6936575c079faaffa40a340e1d49f3c (diff) | |
download | guile-204cb986469b2751a3c3347a34a8013c1a0b6954.tar.gz |
Merge branch 'main' into compile-to-js-merge
Diffstat (limited to 'libguile/print.h')
-rw-r--r-- | libguile/print.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/print.h b/libguile/print.h index b9cc20a6b..587475362 100644 --- a/libguile/print.h +++ b/libguile/print.h @@ -74,7 +74,7 @@ typedef struct scm_print_state { unsigned long ceiling; /* Max size of reference stack */ SCM ref_vect; /* Stack of references used during circular reference detection; - a simple vector. */ + a vector. */ SCM highlight_objects; /* List of objects to be highlighted */ } scm_print_state; |