Changeset 576 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/include
- Timestamp:
- May 7, 2008, 12:17:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/include/Procedure.h
r575 r576 414 414 } 415 415 416 void EnumGlobalProcs( const char *simpleName, const char *localName, std::vector<const UserProc *> &subs );416 void EnumGlobalProcs( const char *simpleName, const Symbol &localSymbol, std::vector<const UserProc *> &subs ); 417 417 }; 418 418
Note:
See TracChangeset
for help on using the changeset viewer.