Changeset 163 in Sophya for trunk/SophyaPI/PI/piapplx.cc


Ignore:
Timestamp:
Dec 17, 1998, 1:58:04 AM (27 years ago)
Author:
ercodmgr
Message:

Portage/adaptation HP aCC , KCC (KAI Compiler, sous Linux) Reza 17/12/98

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/piapplx.cc

    r141 r163  
    9191                            sx, sy, 0, msy);
    9292topcont->Show();
    93 
    9493MBCont()->Show();
     94
    9595topwdg->Manage();
    9696
     
    258258fcntl(p[0], F_SETFL, O_NONBLOCK);
    259259
     260#if (!defined(__GNUG__) && !defined(__aCC__))
    260261setlinebuf(stdout);
     262#endif
    261263ios::sync_with_stdio();
    262264
     
    290292fcntl(p[0], F_SETFL, O_NONBLOCK);
    291293
     294#if (!defined(__GNUG__) && !defined(__aCC__))
    292295setlinebuf(stderr);
     296#endif
    293297ios::sync_with_stdio();
    294298
Note: See TracChangeset for help on using the changeset viewer.