*** empty log message ***

This commit is contained in:
2005-06-12 15:46:02 +00:00
parent 036e2afef0
commit d2936c6b4c
6 changed files with 100 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
/*
* $Id: token.h,v 1.12 2005-06-12 14:40:35 bacon Exp $
* $Id: token.h,v 1.13 2005-06-12 15:46:02 bacon Exp $
*/
#ifndef _XP_STX_TOKEN_H_
@@ -39,7 +39,7 @@ struct xp_stx_token_t
xp_word_t capacity;
xp_word_t size;
xp_char_t* buffer;
xp_char_t static_buffer[16];
xp_char_t static_buffer[128];
xp_bool_t __malloced;
};