*** empty log message ***

This commit is contained in:
hyung-hwan 2005-05-30 15:01:01 +00:00
parent 49897eb0b1
commit 390d3c4c61

View File

@ -1,11 +1,11 @@
/* /*
* $Id: token.c,v 1.3 2005-05-23 12:06:53 bacon Exp $ * $Id: token.c,v 1.4 2005-05-30 15:01:01 bacon Exp $
*/ */
#include <xp/stx/token.h> #include <xp/stx/token.h>
#include <xp/stx/misc.h> #include <xp/stx/misc.h>
xp_stx_token_t* xp_stx_token_new ( xp_stx_token_t* xp_stx_token_open (
xp_stx_token_t* token, xp_stx_word_t capacity) xp_stx_token_t* token, xp_stx_word_t capacity)
{ {
xp_stx_assert (capacity > 0); xp_stx_assert (capacity > 0);