* plugin-api.h: Fix syntax error when compiling with C++.
This commit is contained in:
parent
d973def200
commit
54e01333f7
@ -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>
|
2008-11-26 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
PR 7047
|
PR 7047
|
||||||
|
@ -236,7 +236,7 @@ enum ld_plugin_status
|
|||||||
(*ld_plugin_onload) (struct ld_plugin_tv *tv);
|
(*ld_plugin_onload) (struct ld_plugin_tv *tv);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
};
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* !defined(PLUGIN_API_H) */
|
#endif /* !defined(PLUGIN_API_H) */
|
||||||
|
Loading…
Reference in New Issue
Block a user