Changeset 304 in dev for trunk/abdev/BasicCompiler_Common/include
- Timestamp:
- Aug 26, 2007, 2:54:38 AM (17 years ago)
- Location:
- trunk/abdev/BasicCompiler_Common/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/include/Source.h
r282 r304 222 222 return length-2; 223 223 } 224 void _ResetLength() 225 { 226 length = lstrlen( buffer ); 227 } 224 228 225 229 const IncludedFilesRelation &GetIncludedFilesRelation() const -
trunk/abdev/BasicCompiler_Common/include/option.h
r302 r304 14 14 // バージョン付加文字列 15 15 #ifdef _AMD64_ 16 #define VER_INFO "(x64) (rev. 299)"16 #define VER_INFO "(x64) (rev.306)" 17 17 #else 18 #define VER_INFO "(rev. 299)"18 #define VER_INFO "(rev.306)" 19 19 #endif 20 20
Note:
See TracChangeset
for help on using the changeset viewer.