source: trunk/ab5.0/ablib/src/system/built_in.ab@ 560

Last change on this file since 560 was 288, checked in by dai, 17 years ago

いくつかタイプミスを修正。
エラーになるコードを排除、
enumクラスのビット演算メソッドをコメントアウト(仕様未確定なため)。

File size: 272 bytes
Line 
1
2#ifndef _WIN64
3Sub _allrem()
4End Sub
5Sub _aullrem()
6End Sub
7Sub _allmul()
8End Sub
9Sub _alldiv()
10End Sub
11Sub _aulldiv()
12End Sub
13Sub _allshl()
14End Sub
15Sub _allshr()
16End Sub
17Sub _aullshr()
18End Sub
19#endif
20
21Sub _System_InitStaticLocalVariables()
22End Sub
Note: See TracBrowser for help on using the repository browser.