=================================================================== RCS file: /home/cvs/OpenXM/src/ox_toolkit/parse.c,v retrieving revision 1.5 retrieving revision 1.7 diff -u -p -r1.5 -r1.7 --- OpenXM/src/ox_toolkit/parse.c 2000/10/10 05:23:21 1.5 +++ OpenXM/src/ox_toolkit/parse.c 2002/05/02 10:32:08 1.7 @@ -1,9 +1,9 @@ /* -*- mode: C; coding: euc-japan -*- */ -/* $OpenXM: OpenXM/src/ox_toolkit/parse.c,v 1.4 2000/03/10 12:24:39 ohara Exp $ */ +/* $OpenXM: OpenXM/src/ox_toolkit/parse.c,v 1.6 2000/12/03 16:15:03 ohara Exp $ */ /* This module is a parser for OX/CMO expressions. - Some commnets is written in Japanese by using the EUC-JP coded + Some commnets are written in Japanese by using the EUC-JP coded character set. */ @@ -577,6 +577,7 @@ static int mygetc() static void init_lex(char *s) { + c=' '; mygetc_ptr=s; } @@ -743,7 +744,7 @@ static int lex_symbol() return 0; } -/* return する前に一文字先読みしておく. */ +/* Remark: prefetching a character before return. */ static int lex() { int c_dash = 0;