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:
Pedro Alves 2012-03-01 21:26:48 +00:00
parent b03a20112f
commit f3b4f45c33
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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) \
{ \