Changeset 37
- Timestamp:
- Jul 5, 2009, 12:04:43 PM (15 years ago)
- Location:
- sources/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/src/casc.h
r35 r37 19 19 #endif 20 20 21 #include <cstdio> 21 22 #include <stdint.h> 22 23 -
sources/src/internal_ext.h
r1 r37 40 40 #include "sc_fwd.h" 41 41 #include "sc_nbdefs.h" 42 #include "casc.h"42 //#include "casc.h" 43 43 44 44 /* … … 46 46 * not in casc namespace because dynamic link support C linkage only 47 47 * */ 48 //extern "C" char unstable;48 extern "C" char unstable; 49 49 50 50 // options
Note: See TracChangeset
for help on using the changeset viewer.