mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
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:
parent
1755a59451
commit
2c9fd9172b
3 changed files with 10 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue