mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-25 08:47:28 +00:00
* python/python-internal.h: Include symtab.h.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2010-03-09 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||||
|
|
||||||
|
* python/python-internal.h: Include symtab.h.
|
||||||
|
|
||||||
2010-03-09 Joel Brobecker <brobecker@adacore.com>
|
2010-03-09 Joel Brobecker <brobecker@adacore.com>
|
||||||
Pierre Muller <muller@ics.u-strasbg.fr>
|
Pierre Muller <muller@ics.u-strasbg.fr>
|
||||||
|
|
||||||
|
|||||||
@@ -61,9 +61,11 @@ typedef int Py_ssize_t;
|
|||||||
#define PyEval_ReleaseLock() 0
|
#define PyEval_ReleaseLock() 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* In order to be able to parse symtab_and_line_to_sal_object function
|
||||||
|
a real symtab_and_line structure is needed. */
|
||||||
|
#include "symtab.h"
|
||||||
|
|
||||||
struct block;
|
struct block;
|
||||||
struct symbol;
|
|
||||||
struct symtab_and_line;
|
|
||||||
struct value;
|
struct value;
|
||||||
struct language_defn;
|
struct language_defn;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user