#ifndef _RUNTIME_LISPOBJ_H_ #define _RUNTIME_LISPOBJ_H_ #include <stdint.h> typedef intptr_t sword_t; typedef uintptr_t uword_t; typedef uword_t lispobj; #endif