*** empty log message ***

This commit is contained in:
2005-07-07 07:45:05 +00:00
parent e73fb585bd
commit 516fee2ea7
17 changed files with 179 additions and 58 deletions

View File

@@ -1,5 +1,5 @@
/*
* $Id: symbol.h,v 1.6 2005-06-08 16:00:51 bacon Exp $
* $Id: symbol.h,v 1.7 2005-07-07 07:45:05 bacon Exp $
*/
#ifndef _XP_STX_SYMBOL_H_
@@ -35,7 +35,7 @@ xp_word_t xp_stx_new_symbol_pp (
xp_stx_t* stx, const xp_char_t* name,
const xp_char_t* prefix, const xp_char_t* postfix);
void xp_stx_traverse_symbol_table (
xp_stx_t* stx, void (*func) (xp_stx_t*,xp_word_t));
xp_stx_t* stx, void (*func) (xp_stx_t*,xp_word_t,void*), void* data);
#ifdef __cplusplus
}