Changeset 1764 in Sophya for trunk/ArchTOIPipe/config.h
- Timestamp:
- Nov 14, 2001, 3:10:13 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/config.h
r1663 r1764 3 3 4 4 #define _GNU_SOURCE 5 6 // mostly because of the archaic IRIX CC compiler 7 namespace std{} 8 using namespace std; 9 5 10 6 11 #include "conf.h" … … 36 41 #endif 37 42 43 #ifdef __SGICC__ 44 namespace std { } 45 using namespace std; 38 46 #endif 39 47 48 #endif 49
Note:
See TracChangeset
for help on using the changeset viewer.