Changeset 163 in Sophya for trunk/SophyaPI/PI/piapplx.cc
- Timestamp:
- Dec 17, 1998, 1:58:04 AM (27 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piapplx.cc
r141 r163 91 91 sx, sy, 0, msy); 92 92 topcont->Show(); 93 94 93 MBCont()->Show(); 94 95 95 topwdg->Manage(); 96 96 … … 258 258 fcntl(p[0], F_SETFL, O_NONBLOCK); 259 259 260 #if (!defined(__GNUG__) && !defined(__aCC__)) 260 261 setlinebuf(stdout); 262 #endif 261 263 ios::sync_with_stdio(); 262 264 … … 290 292 fcntl(p[0], F_SETFL, O_NONBLOCK); 291 293 294 #if (!defined(__GNUG__) && !defined(__aCC__)) 292 295 setlinebuf(stderr); 296 #endif 293 297 ios::sync_with_stdio(); 294 298
Note:
See TracChangeset
for help on using the changeset viewer.