15 lines
234 B
C
15 lines
234 B
C
/*
|
|
* $Id: types.h,v 1.6 2005-05-28 13:34:26 bacon Exp $
|
|
*/
|
|
|
|
#ifndef _XP_LSP_TYPES_H_
|
|
#define _XP_LSP_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
|