Port build now with both gcc 2.95.4 and 3.3.1. It also respects CFLAGS, which it didn't before. PR: ports/55733 Submitted by: Simon Barner <barner@in.tum.de>
11 lines
234 B
C
11 lines
234 B
C
--- Player.h.orig Tue Aug 19 12:00:36 2003
|
|
+++ Player.h Tue Aug 19 12:01:09 2003
|
|
@@ -72,7 +72,7 @@
|
|
int _lastWinLost;
|
|
};
|
|
|
|
-inline Player::WinLost( ) const
|
|
+inline int Player::WinLost( ) const
|
|
{
|
|
return _lastWinLost;
|
|
}
|