1#pragma once
2
3@if USE_BOEHM_GC
4#define USE_BOEHM_GC 1
5@else
6#undef USE_BOEHM_GC
7@endif
8
9typedef @Word@ Word;
10typedef @Word16@ Word16;
11typedef @Word32@ Word32;
12typedef @Word64@ Word64;
13
14typedef @Int@ Int;
15typedef @Int16@ Int16;
16typedef @Int32@ Int32;
17typedef @Int64@ Int64;
18
19