Changeset 14933 for trunk/Mars/mcore
- Timestamp:
- 02/17/13 10:52:11 (12 years ago)
- Location:
- trunk/Mars/mcore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcore/fits.h
r14904 r14933 54 54 #include "checksum.h" 55 55 56 #ifndef __MARS__ 56 57 namespace std 57 58 { 59 #endif 58 60 59 61 class fits : public izstream … … 839 841 }; 840 842 843 #ifndef __MARS__ 841 844 }; 842 845 #endif 846 #endif -
trunk/Mars/mcore/ofits.h
r14889 r14933 18 18 #include "checksum.h" 19 19 20 #ifndef __MARS__ 20 21 namespace std 21 22 { 23 #endif 24 22 25 // Sloppy: allow / <--- left 23 26 // allow all characters (see specs for what is possible) … … 800 803 }; 801 804 802 } 805 #ifdef __MARS__ 806 }; 807 #endif 803 808 804 809 #if 0
Note:
See TracChangeset
for help on using the changeset viewer.