svnno****@sourc*****
svnno****@sourc*****
2009年 7月 9日 (木) 00:41:18 JST
Revision: 3589 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3589 Author: yutakapon Date: 2009-07-09 00:41:18 +0900 (Thu, 09 Jul 2009) Log Message: ----------- 以ä¸ã§ "*/" expected. ã«ãªãããç¶è¡ãããã¨ã "execute" ã®æ¹ã¯å®è¡ãããããã«ããã messagebox "execute" "test" /* messagebox "not execute" "test" Modified Paths: -------------- trunk/teraterm/ttpmacro/ttmparse.c -------------- next part -------------- Modified: trunk/teraterm/ttpmacro/ttmparse.c =================================================================== --- trunk/teraterm/ttpmacro/ttmparse.c 2009-07-08 14:30:35 UTC (rev 3588) +++ trunk/teraterm/ttpmacro/ttmparse.c 2009-07-08 15:41:18 UTC (rev 3589) @@ -334,7 +334,13 @@ int IsCommentClosed(void) { #ifdef SUPPORT_C_STYLE_COMMENT - return (commenting == 0); + int ret = (commenting == 0); + + /* RgªnÜéèOÜÅÌR}hðÀsÅ«éæ¤É·é½ßA + * àtOÍNAµÄ¨B + */ + commenting = 0; + return (ret); #else // Y@\ª³øÌêÍAíÉu^vðÔ·B return 1;