From bdf4becc7afa6ca6a0e8f4211e60fc7bdf671666 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sun, 12 Jun 2005 16:51:57 +0000 Subject: [PATCH] *** empty log message *** --- ase/stx/parser.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ase/stx/parser.c b/ase/stx/parser.c index af852085..a1546f18 100644 --- a/ase/stx/parser.c +++ b/ase/stx/parser.c @@ -1,5 +1,5 @@ /* - * $Id: parser.c,v 1.31 2005-06-12 16:46:45 bacon Exp $ + * $Id: parser.c,v 1.32 2005-06-12 16:51:57 bacon Exp $ */ #include @@ -115,6 +115,7 @@ const xp_char_t* xp_stx_parser_error_string (xp_stx_parser_t* parser) XP_TEXT("temporary list not closed"), XP_TEXT("too many temporaries"), XP_TEXT("invalid expression start"), + XP_TEXT("no period at end of statement") };