Changeset 97 in dev for BasicCompiler_Common/hash.cpp
- Timestamp:
- Apr 16, 2007, 3:52:40 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/hash.cpp
r95 r97 17 17 } 18 18 19 CONSTINFO *GetConstHash(c har *name){19 CONSTINFO *GetConstHash(const char *name){ 20 20 //ハッシュ値を取得 21 21 int key;
Note:
See TracChangeset
for help on using the changeset viewer.