*** empty log message ***

This commit is contained in:
2005-06-23 04:59:00 +00:00
parent a5ec22d457
commit bb35e822fd
6 changed files with 50 additions and 200 deletions

View File

@@ -1,5 +1,5 @@
/*
* $Id: token.h,v 1.16 2005-06-19 16:16:33 bacon Exp $
* $Id: token.h,v 1.17 2005-06-23 04:55:44 bacon Exp $
*/
#ifndef _XP_STX_TOKEN_H_
@@ -13,6 +13,7 @@ enum
XP_STX_TOKEN_END,
XP_STX_TOKEN_CHARLIT,
XP_STX_TOKEN_STRLIT,
XP_STX_TOKEN_SYMLIT,
XP_STX_TOKEN_NUMLIT,
XP_STX_TOKEN_IDENT,
XP_STX_TOKEN_BINARY,
@@ -25,6 +26,7 @@ enum
XP_STX_TOKEN_RBRACKET,
XP_STX_TOKEN_LPAREN,
XP_STX_TOKEN_RPAREN,
XP_STX_TOKEN_APAREN,
XP_STX_TOKEN_PERIOD,
XP_STX_TOKEN_SEMICOLON
};