* plugin-api.h: Fix syntax error when compiling with C++.
authorCary Coutant <ccoutant@google.com>
Mon, 1 Dec 2008 19:05:46 +0000 (19:05 +0000)
committerCary Coutant <ccoutant@google.com>
Mon, 1 Dec 2008 19:05:46 +0000 (19:05 +0000)
include/ChangeLog
include/plugin-api.h

index 96c84746e20f3a0eb50c19b320ace1464b08c265..1c162dc7e7c0e0700be4c44dd6f6126bbef6496b 100644 (file)
@@ -1,3 +1,7 @@
+2008-12-01  Cary Coutant  <ccoutant@google.com>
+
+       * plugin-api.h: Fix syntax error when compiling with C++.
+
 2008-11-26  Alan Modra  <amodra@bigpond.net.au>
 
        PR 7047
index 45b58202eb848e099ef4fe2642b46722d21286bb..3af486c5a1df7aab9e0f095c934e6836cb1ed306 100644 (file)
@@ -236,7 +236,7 @@ enum ld_plugin_status
 (*ld_plugin_onload) (struct ld_plugin_tv *tv);
 
 #ifdef __cplusplus
-};
+}
 #endif
 
 #endif /* !defined(PLUGIN_API_H) */
This page took 0.025909 seconds and 4 git commands to generate.