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 db913a7875906acdffb2b2e946d380b4ea43a55e..ce3d48e7a12c8ab8e14d969163bf57ccc86852f2 100644 (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.
index 42c28b52ce07de3cc09c1e4f0994f06ad6b6c42d..3ad521a2a92faa1bb4789cf23863735f7894baad 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)    \
   {                                             \
This page took 0.032694 seconds and 4 git commands to generate.