2012-03-01 Pedro Alves <palves@redhat.com>
* jit-reader.in [!__cplusplus] (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
This commit is contained in:
parent
b03a20112f
commit
f3b4f45c33
@ -1,3 +1,8 @@
|
||||
2012-03-01 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* jit-reader.in [!__cplusplus]
|
||||
(GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
|
||||
|
||||
2012-03-01 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* configure.ac (build_warnings): Add -Wmissing-prototypes.
|
||||
|
@ -45,7 +45,7 @@ extern "C" {
|
||||
|
||||
#else
|
||||
|
||||
#define GDB_DECLARE_GPL_COMPATIBLE_READER
|
||||
#define GDB_DECLARE_GPL_COMPATIBLE_READER \
|
||||
extern int plugin_is_GPL_compatible (void); \
|
||||
extern int plugin_is_GPL_compatible (void) \
|
||||
{ \
|
||||
|
Loading…
Reference in New Issue
Block a user