- removed string_list_t which was no longer used, and caused AIX compile
problems.
This commit is contained in:
parent
d238f77066
commit
42f03956f5
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* gui/siminterface.h
|
* gui/siminterface.h
|
||||||
* $Id: siminterface.h,v 1.7 2001-06-11 20:27:23 bdenney Exp $
|
* $Id: siminterface.h,v 1.8 2001-06-11 20:48:12 bdenney Exp $
|
||||||
*
|
*
|
||||||
* Interface to the simulator, currently only used by control.cc.
|
* Interface to the simulator, currently only used by control.cc.
|
||||||
* The base class bx_simulator_interface_c, contains only virtual functions
|
* The base class bx_simulator_interface_c, contains only virtual functions
|
||||||
@ -49,8 +49,6 @@ struct bx_cdrom_options
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
typedef char *string_list_t[0];
|
|
||||||
|
|
||||||
class bx_simulator_interface_c {
|
class bx_simulator_interface_c {
|
||||||
int init_done;
|
int init_done;
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user