*** empty log message ***

This commit is contained in:
hyung-hwan 2005-10-03 04:14:17 +00:00
parent c85d0abc72
commit d6c7f260cc
3 changed files with 3 additions and 11 deletions

View File

@ -1,10 +1,9 @@
/* /*
* $Id: sce.c,v 1.1 2005-09-30 09:40:15 bacon Exp $ * $Id: sce.c,v 1.2 2005-10-03 04:13:12 bacon Exp $
*/ */
#include <xp/sce/sce.h> #include <xp/sce/sce.h>
#include <xp/sce/mem.h> #include <xp/sce/mem.h>
#include <xp/sce/misc.h>
xp_sce_t* xp_sce_open (xp_sce_t* sce, xp_word_t capacity) xp_sce_t* xp_sce_open (xp_sce_t* sce, xp_word_t capacity)
{ {

View File

@ -1,5 +1,5 @@
/* /*
* $Id: sce.h,v 1.2 2005-09-30 09:46:10 bacon Exp $ * $Id: sce.h,v 1.3 2005-10-03 04:13:12 bacon Exp $
*/ */
#ifndef _XP_SCE_SCE_H_ #ifndef _XP_SCE_SCE_H_
@ -71,13 +71,6 @@ struct xp_sce_real_obj_t
xp_real_t data[1]; xp_real_t data[1];
}; };
struct xp_sce_proc_obj_t
{
xp_sce_objhdr_t hdr;
xp_real_
xp_byte_t code[1];
};
struct xp_sce_mem_t struct xp_sce_mem_t
{ {
xp_word_t capacity; xp_word_t capacity;

View File

@ -1,4 +1,4 @@
SUBDIRS=bas net utl stx sce lsp SUBDIRS=bas net utl stx lsp
all: all:
@for i in $(SUBDIRS); \ @for i in $(SUBDIRS); \