*** empty log message ***
This commit is contained in:
		@ -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/mem.h>
 | 
			
		||||
#include <xp/sce/misc.h>
 | 
			
		||||
 | 
			
		||||
xp_sce_t* xp_sce_open (xp_sce_t* sce, xp_word_t capacity)
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
@ -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;
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
SUBDIRS=bas net utl stx sce lsp
 | 
			
		||||
SUBDIRS=bas net utl stx lsp
 | 
			
		||||
 | 
			
		||||
all:
 | 
			
		||||
	@for i in $(SUBDIRS); \
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user