Changeset 523 in dev for trunk/ab5.0/abdev/compiler_x86/NumOpe.cpp
- Timestamp:
- May 1, 2008, 11:03:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x86/NumOpe.cpp
r488 r523 255 255 // 動的メソッドを検索 256 256 /////////////////////////////////////////////////////////////////// 257 vector<const UserProc *> userProcs;257 std::vector<const UserProc *> userProcs; 258 258 259 259 char methodName[VN_SIZE], lpPtrOffset[VN_SIZE], parameter[VN_SIZE], dummy[1];
Note:
See TracChangeset
for help on using the changeset viewer.