mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
remove bad redefinition of sexp_context_gc_count (issue #632)
This commit is contained in:
parent
610b6964ce
commit
89201a4e20
1 changed files with 0 additions and 1 deletions
|
@ -1316,7 +1316,6 @@ enum sexp_uniform_vector_type {
|
||||||
#if SEXP_USE_TIME_GC
|
#if SEXP_USE_TIME_GC
|
||||||
#define sexp_context_gc_usecs(x) (sexp_field(x, context, SEXP_CONTEXT, gc_usecs))
|
#define sexp_context_gc_usecs(x) (sexp_field(x, context, SEXP_CONTEXT, gc_usecs))
|
||||||
#else
|
#else
|
||||||
#define sexp_context_gc_count(x) 0
|
|
||||||
#define sexp_context_gc_usecs(x) 0
|
#define sexp_context_gc_usecs(x) 0
|
||||||
#endif
|
#endif
|
||||||
#if SEXP_USE_TRACK_ALLOC_TIMES
|
#if SEXP_USE_TRACK_ALLOC_TIMES
|
||||||
|
|
Loading…
Add table
Reference in a new issue