diff options
author | Jeff Law <law@redhat.com> | 1994-04-20 06:01:44 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-04-20 06:01:44 +0000 |
commit | 72b8ca5197586554745587302c8af63a6309de1a (patch) | |
tree | f2b5a9cab97fa029016ed89927e720a1cabbce26 /gdb/procfs.c | |
parent | 9ad75873fa33abe698754cde8da2056b548f28ce (diff) | |
download | gdb-72b8ca5197586554745587302c8af63a6309de1a.zip gdb-72b8ca5197586554745587302c8af63a6309de1a.tar.gz gdb-72b8ca5197586554745587302c8af63a6309de1a.tar.bz2 |
Add missing #endif.
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r-- | gdb/procfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c index 0a7171b..604cac6 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -3592,6 +3592,7 @@ procfs_stopped_by_watchpoint(pid) #ifdef FLTKWATCH && (what == FLTKWATCH) #endif +#endif ) return what; } |