*** empty log message ***

This commit is contained in:
2005-09-18 11:54:23 +00:00
parent 68fde07ef9
commit 4f9c21e00b
5 changed files with 50 additions and 23 deletions

View File

@ -1,11 +1,11 @@
/*
* $Id: env.h,v 1.5 2005-09-18 11:34:35 bacon Exp $
* $Id: env.h,v 1.6 2005-09-18 11:54:23 bacon Exp $
*/
#ifndef _XP_LSP_ENV_H_
#define _XP_LSP_ENV_H_
#include <xp/lsp/object.h>
#include <xp/lsp/obj.h>
struct xp_lsp_assoc_t
{

View File

@ -1,5 +1,5 @@
/*
* $Id: lsp.h,v 1.7 2005-09-18 11:34:35 bacon Exp $
* $Id: lsp.h,v 1.8 2005-09-18 11:54:23 bacon Exp $
*/
#ifndef _XP_LSP_LSP_H_
@ -14,7 +14,7 @@
#include <xp/lsp/types.h>
#include <xp/lsp/token.h>
#include <xp/lsp/object.h>
#include <xp/lsp/obj.h>
#include <xp/lsp/mem.h>
#define XP_LSP_ERR(lsp) ((lsp)->errnum)

View File

@ -1,11 +1,11 @@
/*
* $Id: mem.h,v 1.1 2005-09-18 11:34:35 bacon Exp $
* $Id: mem.h,v 1.2 2005-09-18 11:54:23 bacon Exp $
*/
#ifndef _XP_LSP_MEM_H_
#define _XP_LSP_MEM_H_
#include <xp/lsp/object.h>
#include <xp/lsp/obj.h>
#include <xp/lsp/env.h>
#include <xp/lsp/array.h>

View File

@ -1,9 +1,9 @@
/*
* $Id: object.h,v 1.6 2005-09-18 08:10:50 bacon Exp $
* $Id: obj.h,v 1.1 2005-09-18 11:54:23 bacon Exp $
*/
#ifndef _XP_LSP_OBJECT_H_
#define _XP_LSP_OBJECT_H_
#ifndef _XP_LSP_OBJ_H_
#define _XP_LSP_OBJ_H_
#include <xp/lsp/types.h>