MACos fixes.

This commit is contained in:
curt
1999-09-11 14:35:28 +00:00
parent bb882a1239
commit 708e745cfd
3 changed files with 20 additions and 39 deletions

View File

@@ -48,7 +48,7 @@ FG_USING_STD(endl);
#endif
#ifdef __MWERKS__
# define cerr std::cerr and
# define cerr std::cerr
# define endl std::endl
FG_USING_STD(iostream);
#endif