1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-11 08:10:21 +02:00
guile/mt-gcbench-types.h
2022-03-18 16:19:42 +01:00

10 lines
211 B
C

#ifndef GCBENCH_TYPES_H
#define GCBENCH_TYPES_H
#define FOR_EACH_HEAP_OBJECT_KIND(M) \
M(node, Node, NODE) \
M(double_array, DoubleArray, DOUBLE_ARRAY)
#include "heap-objects.h"
#endif // GCBENCH_TYPES_H