qse/ase/lsp/types.h

17 lines
297 B
C
Raw Normal View History

2005-02-04 15:39:11 +00:00
/*
2005-02-04 16:23:34 +00:00
* $Id: types.h,v 1.3 2005-02-04 16:23:34 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_char_t xp_lisp_char;
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