Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
b85da3a1
Commit
b85da3a1
authored
Nov 26, 2012
by
Matthias Braun
Browse files
fix irhooks move commit
parent
3b665834
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irhooks.h
View file @
b85da3a1
...
...
@@ -231,7 +231,7 @@ void register_hook(hook_type_t hook, hook_entry_t *entry);
void
unregister_hook
(
hook_type_t
hook
,
hook_entry_t
*
entry
);
/** Global list of registerd hooks. */
hook_entry_t
*
hooks
[
hook_last
];
extern
hook_entry_t
*
hooks
[
hook_last
];
/**
* Executes the hook @p what with the args @p args
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment