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:
a117c06
)
symm/blkc.h (BLKC_SHOW): Capture operand as `const'.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 2 Nov 2018 22:09:50 +0000
(22:09 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 24 Nov 2018 21:53:38 +0000
(21:53 +0000)
symm/blkc.h
patch
|
blob
|
blame
|
history
diff --git
a/symm/blkc.h
b/symm/blkc.h
index 1cbe729c73573db7034ede47aa7910c92c43e685..e94e932b003c4ce01d627911ac09f23785e21e8b 100644
(file)
--- a/
symm/blkc.h
+++ b/
symm/blkc.h
@@
-109,7
+109,7
@@
#define BLKC_SHOW(PRE, tag, w) do { \
fputs(tag ": ", stdout); \
#define BLKC_SHOW(PRE, tag, w) do { \
fputs(tag ": ", stdout); \
- BLKC_SKEL_X(PRE,
BLKC_W(w);, printf("%08x ", *_w++););
\
+ BLKC_SKEL_X(PRE,
const BLKC_W(w);, printf("%08x ", *_w++););
\
fputc('\n', stdout); \
} while (0)
fputc('\n', stdout); \
} while (0)