qse/ase/lsp/types.h

16 lines
265 B
C
Raw Normal View History

2005-02-04 15:39:11 +00:00
/*
2005-02-07 15:10:41 +00:00
* $Id: types.h,v 1.4 2005-02-07 15:10:41 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-04 16:03:25 +00:00
typedef xp_cint_t xp_lisp_cint;
2005-02-04 16:23:34 +00:00
typedef xp_long_t xp_lisp_int;
typedef xp_real_t xp_lisp_float;
2005-02-04 15:39:11 +00:00
#endif