*** empty log message ***

This commit is contained in:
2005-06-08 15:49:35 +00:00
parent 785370660b
commit ed2f88e00d
4 changed files with 96 additions and 41 deletions

View File

@@ -1,5 +1,5 @@
/*
* $Id: token.h,v 1.7 2005-06-08 03:16:34 bacon Exp $
* $Id: token.h,v 1.8 2005-06-08 15:49:35 bacon Exp $
*/
#ifndef _XP_STX_TOKEN_H_
@@ -16,14 +16,14 @@ enum
XP_STX_TOKEN_IDENT,
XP_STX_TOKEN_BINARY,
XP_STX_TOKEN_KEYWORD,
XP_STX_TOKEN_MINUS,
XP_STX_TOKEN_PRIMITIVE,
XP_STX_TOKEN_ASSIGN,
XP_STX_TOKEN_COLON,
XP_STX_TOKEN_RETURN,
XP_STX_TOKEN_BAR,
XP_STX_TOKEN_LBRACKET,
XP_STX_TOKEN_RBRACKET,
XP_STX_TOKEN_PERIOD,
XP_STX_TOKEN_PERIOD
};
struct xp_stx_token_t