Changeset 2322 in Sophya for trunk/SophyaLib/BaseTools/machdefs_mkmf.h
- Timestamp:
- Feb 11, 2003, 4:31:10 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/machdefs_mkmf.h
r1889 r2322 246 246 247 247 248 /* (STREAMPOS_IS_CLASS non-active: ca compile sans sur gcc3.2 et cxx) 249 rz+cmv 11/02/03 */ 250 248 251 /* The following is true for most compilers */ 249 252 … … 275 278 #ifdef __GNUG__ 276 279 #define ANSI_TEMPLATES 277 // #define GNU_TEMPLATES 280 /* 281 if (__GNUC__ >= 3) 282 define STREAMPOS_IS_CLASS 283 endif 284 */ 285 #define GNU_TEMPLATES 278 286 #define HAS_STR_NPOS 279 287 #define HAS_IOS_BIN … … 337 345 #endif 338 346 339 #ifdef ANSI_IO 340 #define seekg(p_, m_) rdbuf()->pubseekoff(p_,m_) 341 #define seekp(p_, m_) rdbuf()->pubseekoff(p_,m_) 342 #endif 347 /* Commente par Reza+CMV - Fev 2003 348 ifdef ANSI_IO 349 define seekg(p_, m_) rdbuf()->pubseekoff(p_,m_) 350 define seekp(p_, m_) rdbuf()->pubseekoff(p_,m_) 351 endif 352 */ 343 353 344 354 #ifdef __MWERKS__ … … 360 370 #define NO_VALUES_H 361 371 #include "osx_values.h" 362 /* Faute de mieux pour le moment : */363 #define drand48() ((double)(random())/LONG_MAX)364 372 #endif 365 373
Note:
See TracChangeset
for help on using the changeset viewer.