Changeset 3572 in Sophya for trunk/SophyaLib/BaseTools/sophyainit.cc
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/sophyainit.cc
r3532 r3572 193 193 double SophyaInitiator::GetVersion(string& svers) 194 194 { 195 c har* compiler = 0;195 const char* compiler = 0; 196 196 #ifdef __GNUG__ 197 197 compiler = "gcc " __VERSION__;
Note:
See TracChangeset
for help on using the changeset viewer.