diff options
Diffstat (limited to 'libguile/scm.h')
-rw-r--r-- | libguile/scm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/scm.h b/libguile/scm.h index 99b20fc32..504d868d5 100644 --- a/libguile/scm.h +++ b/libguile/scm.h @@ -827,7 +827,7 @@ typedef int32_t scm_t_wchar; struct scm_frame; struct scm_vm; union scm_vm_stack_element; -typedef struct scm_i_thread scm_i_thread; /* FIXME: Rename. */ +typedef struct scm_thread scm_thread; |