remove system(PAUSE) for gcc, Thanks to Lukas Fittl
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@409 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
5a9457da09
commit
dd7235322b
9 changed files with 34 additions and 19 deletions
|
@ -293,14 +293,19 @@ int main()
|
|||
|
||||
cout << endl;
|
||||
cout << endl;
|
||||
|
||||
|
||||
#if defined(__BORLANDC__) || defined(_MSC_VER)
|
||||
system("PAUSE");
|
||||
#endif
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
// $Log$
|
||||
// Revision 1.11 2006/01/04 23:54:28 syntheticpp
|
||||
// remove system(PAUSE) for gcc, Thanks to Lukas Fittl
|
||||
//
|
||||
// Revision 1.10 2006/01/04 23:45:08 syntheticpp
|
||||
// remove gcc 4.0 warnings, Thanks to Lukas Fittl
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue