Mercurial > hg > Gears > GearsAgda
view src/include/context.h @ 149:63ab65b28466
Add Gearef macro
author | one |
---|---|
date | Thu, 10 Nov 2016 20:37:52 +0900 |
parents | a765eb7f3b7c |
children |
line wrap: on
line source
typedef struct Context_st { void* ds; void* mds; void* ds_heap; void* mds_heap; __code (*next)(); void* head; } Context;