mirror of git://gcc.gnu.org/git/gcc.git
plugin-api.h: Fix compile.
2009-10-04 Jerry Quinn <jlquinn@optonline.net> * plugin-api.h: Fix compile. From-SVN: r152438
This commit is contained in:
parent
2dc07d4583
commit
e5dd62e242
|
|
@ -1,3 +1,7 @@
|
|||
2009-10-04 Jerry Quinn <jlquinn@optonline.net>
|
||||
|
||||
* plugin-api.h: Fix compile.
|
||||
|
||||
2008-10-03 Rafael Espindola <espindola@google.com>
|
||||
|
||||
* plugin-api.h: New.
|
||||
|
|
|
|||
|
|
@ -257,7 +257,7 @@ enum ld_plugin_status
|
|||
(*ld_plugin_onload) (struct ld_plugin_tv *tv);
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* !defined(PLUGIN_API_H) */
|
||||
|
|
|
|||
Loading…
Reference in New Issue