Changeset 46 in dev for BasicCompiler_Common/hash.cpp
- Timestamp:
- Feb 6, 2007, 1:19:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/hash.cpp
r31 r46 77 77 } 78 78 79 SUBINFO **GetOverloadSubHash( char *lpszName,int *pNum){79 SUBINFO **GetOverloadSubHash( const char *lpszName, int *pNum ){ 80 80 extern SUBINFO *pSubInfo; 81 81 extern int SubInfoNum; … … 225 225 226 226 //オーバーロードされていない関数を取得(昔のコンパイラソースコードとの互換性保持) 227 SUBINFO *GetSubHash(c har *lpszName,BOOL bError){227 SUBINFO *GetSubHash(const char *lpszName,BOOL bError){ 228 228 int num; 229 229 SUBINFO **ppsi,*psi;
Note:
See TracChangeset
for help on using the changeset viewer.