From d6c7f260cc485912fcb66f14d9ebab71dbf2ff1c Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Mon, 3 Oct 2005 04:14:17 +0000 Subject: [PATCH] *** empty log message *** --- ase/awk/sce.c | 3 +-- ase/awk/sce.h | 9 +-------- ase/makefile.in | 2 +- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/ase/awk/sce.c b/ase/awk/sce.c index 6ac5d6c4..3e994f44 100644 --- a/ase/awk/sce.c +++ b/ase/awk/sce.c @@ -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 #include -#include xp_sce_t* xp_sce_open (xp_sce_t* sce, xp_word_t capacity) { diff --git a/ase/awk/sce.h b/ase/awk/sce.h index 69cdb5ae..1794a9f1 100644 --- a/ase/awk/sce.h +++ b/ase/awk/sce.h @@ -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_ @@ -71,13 +71,6 @@ struct xp_sce_real_obj_t 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 { xp_word_t capacity; diff --git a/ase/makefile.in b/ase/makefile.in index fa81b263..50c4a188 100644 --- a/ase/makefile.in +++ b/ase/makefile.in @@ -1,4 +1,4 @@ -SUBDIRS=bas net utl stx sce lsp +SUBDIRS=bas net utl stx lsp all: @for i in $(SUBDIRS); \