- Timestamp:
- 10/02/08 01:32:37 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/actionscript/flmml/trunk/src/com/txt_nifty/sketch/flmml/MWarning.as
r2293 r20421 5 5 public static const UNOPENED_COMMENT:int = 2; 6 6 public static const UNCLOSED_COMMENT:int = 3; 7 public static const RECURSIVE_MACRO:int = 4; 7 8 public static const s_string:Array = [ 8 9 "対応していないコマンド '%s' があります。", 9 10 "終わりが見つからない繰り返しがあります。", 10 11 "始まりが見つからないコメントがあります。", 11 "終わりが見つからないコメントがあります。" 12 "終わりが見つからないコメントがあります。", 13 "マクロが再帰的に呼び出されています。", 12 14 ]; 13 15 public static function getString(warnId:int, str:String):String {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)