mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
* expression.h: Move include of value.h until after declaration of
enum exp_opcode.
This commit is contained in:
parent
8c9bfee312
commit
a686510408
@ -1,3 +1,8 @@
|
||||
Tue Feb 14 11:46:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* expression.h: Move include of value.h until after declaration of
|
||||
enum exp_opcode.
|
||||
|
||||
Sun Feb 12 13:47:30 1995 Stan Shebs <shebs@andros.cygnus.com>
|
||||
|
||||
* remote-e7000.c: Comprehensive cleanup; removal of dead code,
|
||||
|
@ -20,8 +20,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#if !defined (EXPRESSION_H)
|
||||
#define EXPRESSION_H 1
|
||||
|
||||
#include "value.h"
|
||||
|
||||
#ifdef __STDC__
|
||||
struct block; /* Forward declaration for prototypes */
|
||||
#endif
|
||||
@ -321,6 +319,8 @@ struct expression
|
||||
#define BYTES_TO_EXP_ELEM(bytes) \
|
||||
(((bytes) + sizeof (union exp_element) - 1) / sizeof (union exp_element))
|
||||
|
||||
#include "value.h"
|
||||
|
||||
/* From parse.c */
|
||||
|
||||
extern struct expression *parse_expression PARAMS ((char *));
|
||||
|
Loading…
Reference in New Issue
Block a user