summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/hooks.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/hooks.c')
-rw-r--r--contrib/gcc/hooks.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/gcc/hooks.c b/contrib/gcc/hooks.c
index 387f4db..3fd876a 100644
--- a/contrib/gcc/hooks.c
+++ b/contrib/gcc/hooks.c
@@ -26,6 +26,12 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "system.h"
#include "hooks.h"
+/* Generic hook that does absolutely zappo. */
+void
+hook_void_void ()
+{
+}
+
/* Generic hook that takes no arguments and returns false. */
bool
hook_void_bool_false ()
OpenPOWER on IntegriCloud