qse/ase/lsp/types.h

15 lines
236 B
C
Raw Normal View History

2005-02-04 15:39:11 +00:00
/*
2005-02-14 14:37:50 +00:00
* $Id: types.h,v 1.5 2005-02-14 14:37:50 bacon Exp $
2005-02-04 15:39:11 +00:00
*/
2005-02-04 16:03:25 +00:00
#ifndef _XP_LISP_TYPES_H_
#define _XP_LISP_TYPES_H_
2005-02-04 15:39:11 +00:00
2005-02-04 16:03:25 +00:00
#include <xp/types.h>
#include <xp/macros.h>
2005-02-04 15:39:11 +00:00
2005-02-14 14:37:50 +00:00
typedef xp_long_t xp_lisp_int_t;
typedef xp_real_t xp_lisp_real_t;
2005-02-04 15:39:11 +00:00
#endif