From 390d3c4c619a26ef88b7770d2e799ef9b2704830 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Mon, 30 May 2005 15:01:01 +0000 Subject: [PATCH] *** empty log message *** --- ase/stx/token.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ase/stx/token.c b/ase/stx/token.c index fe151a62..ed91ccb5 100644 --- a/ase/stx/token.c +++ b/ase/stx/token.c @@ -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 #include -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_assert (capacity > 0);