8 lines
96 B
C
8 lines
96 B
C
#ifndef __GC_H__
|
|
#define __GC_H__
|
|
|
|
#include "gc/gcbound.h"
|
|
#include "gc/gctransition.h"
|
|
|
|
#endif
|