Browse Source

* plugin-api.h: Fix syntax error when compiling with C++.

cgen-1_1-branch
Cary Coutant 18 years ago
parent
commit
a6bfd026d0
  1. 4
      include/ChangeLog
  2. 2
      include/plugin-api.h

4
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

2
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) */

Loading…
Cancel
Save