projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ad7587
)
Add missing #endif.
author
Jeff Law
<law@redhat.com>
Wed, 20 Apr 1994 06:01:44 +0000
(06:01 +0000)
committer
Jeff Law
<law@redhat.com>
Wed, 20 Apr 1994 06:01:44 +0000
(06:01 +0000)
gdb/procfs.c
patch
|
blob
|
history
diff --git
a/gdb/procfs.c
b/gdb/procfs.c
index 0a7171be9cb5e231f3bb2206f0868399e4b2b1e8..604cac6c625a35d116a10138c87b151fe2a4094c 100644
(file)
--- a/
gdb/procfs.c
+++ b/
gdb/procfs.c
@@
-3591,6
+3591,7
@@
procfs_stopped_by_watchpoint(pid)
#endif
#ifdef FLTKWATCH
&& (what == FLTKWATCH)
+#endif
#endif
)
return what;