mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
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:
@@ -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) \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user