6718830: Hotspot fails to build with gcc 4.3

Fixed linux make file and couple adlc code to meet the changes of gcc 4.3

Reviewed-by: kamg, igor
This commit is contained in:
Xiaobin Lu 2008-06-26 14:15:01 -07:00
parent 1755a59451
commit 2c9fd9172b
3 changed files with 10 additions and 9 deletions

View file

@ -23,13 +23,9 @@
*/
// FILEBUFF.HPP - Definitions for parser file buffering routines
#if _MSC_VER >= 1300 // Visual C++ 7.0 or later
#include <iostream>
#else
#include <iostream.h>
#endif
using namespace std;
// STRUCTURE FOR HANDLING INPUT AND OUTPUT FILES
typedef struct {
const char *_name;