Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2008-12-01 22:05:46 +0300
committerCary Coutant <ccoutant@google.com>2008-12-01 22:05:46 +0300
commit54e01333f7619ef24ec5cf0f1837ce1f0e6a9e22 (patch)
treee4caff3d8635c5b7e95763f219818d12fa3fbf56
parentd973def20065092009bb7d0604d4ac9b947674e5 (diff)
* plugin-api.h: Fix syntax error when compiling with C++.
-rw-r--r--include/ChangeLog4
-rw-r--r--include/plugin-api.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 96c84746e..1c162dc7e 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -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
diff --git a/include/plugin-api.h b/include/plugin-api.h
index 45b58202e..3af486c5a 100644
--- a/include/plugin-api.h
+++ b/include/plugin-api.h
@@ -236,7 +236,7 @@ enum ld_plugin_status
(*ld_plugin_onload) (struct ld_plugin_tv *tv);
#ifdef __cplusplus
-};
+}
#endif
#endif /* !defined(PLUGIN_API_H) */