2012-03-01 Pedro Alves <palves@redhat.com>
authorPedro Alves <palves@redhat.com>
Thu, 1 Mar 2012 21:26:48 +0000 (21:26 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 1 Mar 2012 21:26:48 +0000 (21:26 +0000)
* jit-reader.in [!__cplusplus]
(GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.

gdb/ChangeLog
gdb/jit-reader.in

index db913a7..ce3d48e 100644 (file)
@@ -1,5 +1,10 @@
 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.
        * configure: Regenerate.
 
index 42c28b5..3ad521a 100644 (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)    \
   {                                             \