[Ttssh2-commit] [3589] 以下で "*/" expected.

Zurück zum Archiv-Index

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);
+
+	/* ƒRƒƒ“ƒg‚ªŽn‚Ü‚éŽè‘O‚܂ł̃Rƒ}ƒ“ƒh‚ðŽÀs‚Å‚«‚é‚悤‚É‚·‚邽‚߁A
+	 * “à•”ƒtƒ‰ƒO‚̓NƒŠƒA‚µ‚Ä‚¨‚­B
+	 */
+	commenting = 0;
+	return (ret);
 #else
 	// “–ŠY‹@”\‚ª–³Œø‚̏ꍇ‚́Aí‚Ɂu^v‚ð•Ô‚·B
 	return 1;



Ttssh2-commit メーリングリストの案内
Zurück zum Archiv-Index