source:
trunk/ab5.0/ablib/src/system/built_in.ab
@
560
Last change on this file since 560 was 288, checked in by , 16 years ago | |
---|---|
File size: 272 bytes |
Line | |
---|---|
1 | |
2 | #ifndef _WIN64 |
3 | Sub _allrem() |
4 | End Sub |
5 | Sub _aullrem() |
6 | End Sub |
7 | Sub _allmul() |
8 | End Sub |
9 | Sub _alldiv() |
10 | End Sub |
11 | Sub _aulldiv() |
12 | End Sub |
13 | Sub _allshl() |
14 | End Sub |
15 | Sub _allshr() |
16 | End Sub |
17 | Sub _aullshr() |
18 | End Sub |
19 | #endif |
20 | |
21 | Sub _System_InitStaticLocalVariables() |
22 | End Sub |
Note: See TracBrowser
for help on using the repository browser.