15 lines
236 B
C
15 lines
236 B
C
/*
|
|
* $Id: types.h,v 1.5 2005-02-14 14:37:50 bacon Exp $
|
|
*/
|
|
|
|
#ifndef _XP_LISP_TYPES_H_
|
|
#define _XP_LISP_TYPES_H_
|
|
|
|
#include <xp/types.h>
|
|
#include <xp/macros.h>
|
|
|
|
typedef xp_long_t xp_lisp_int_t;
|
|
typedef xp_real_t xp_lisp_real_t;
|
|
|
|
#endif
|