*** empty log message ***

This commit is contained in:
2005-06-11 18:01:25 +00:00
parent 29877d7513
commit 50e417a34d
5 changed files with 75 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
/*
* $Id: token.h,v 1.9 2005-06-08 16:00:51 bacon Exp $
* $Id: token.h,v 1.10 2005-06-11 18:01:25 bacon Exp $
*/
#ifndef _XP_STX_TOKEN_H_
@@ -9,7 +9,7 @@
enum
{
XP_STX_TOKEN_END = 0,
XP_STX_TOKEN_END,
XP_STX_TOKEN_CHARLIT,
XP_STX_TOKEN_STRLIT,
XP_STX_TOKEN_NUMLIT,
@@ -20,7 +20,6 @@ enum
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