chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
43ea755
)
base/asm-common.h: Use `_' consistently for ignored macro arguments.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 29 Dec 2016 14:14:45 +0000
(14:14 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 3 Apr 2017 09:00:01 +0000
(10:00 +0100)
base/asm-common.h
patch
|
blob
|
blame
|
history
diff --git
a/base/asm-common.h
b/base/asm-common.h
index 4a0a420988ebe7d5a9787ccff2055bc13aa06f1c..6cd47f7a9f6acd5216ec3af493fe960d90532a17 100644
(file)
--- a/
base/asm-common.h
+++ b/
base/asm-common.h
@@
-863,13
+863,13
@@
name:
// Default values for the various hooks.
#ifndef FUNC_PREHOOK
// Default values for the various hooks.
#ifndef FUNC_PREHOOK
-# define FUNC_PREHOOK(
name
)
+# define FUNC_PREHOOK(
_
)
#endif
#ifndef FUNC_POSTHOOK
#endif
#ifndef FUNC_POSTHOOK
-# define FUNC_POSTHOOK(
name
)
+# define FUNC_POSTHOOK(
_
)
#endif
#ifndef ENDFUNC_HOOK
#endif
#ifndef ENDFUNC_HOOK
-# define ENDFUNC_HOOK(
name
)
+# define ENDFUNC_HOOK(
_
)
#endif
#ifndef F
#endif
#ifndef F