chiark
/
gitweb
/
~mdw
/
yaid
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53494ff
)
linux.c: Mark debugging code with a more useful preprocessor macro name.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 5 Feb 2016 00:13:42 +0000
(
00:13
+0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 5 Feb 2016 00:13:42 +0000
(
00:13
+0000)
linux.c
patch
|
blob
|
blame
|
history
diff --git
a/linux.c
b/linux.c
index b37f7f4a5368a1aa12d14c27fb6fabf01a1820c3..25fcb6c12794fbb7da600df17e6ef667d5183999 100644
(file)
--- a/
linux.c
+++ b/
linux.c
@@
-381,7
+381,7
@@
void identify(struct query *q)
}
}
-#ifdef
notdef
+#ifdef
DEBUG
{
/* Print the record we found. */
dstr dd = DSTR_INIT;