Add missing #endif.
authorJeff Law <law@redhat.com>
Wed, 20 Apr 1994 06:01:44 +0000 (06:01 +0000)
committerJeff Law <law@redhat.com>
Wed, 20 Apr 1994 06:01:44 +0000 (06:01 +0000)
gdb/procfs.c

index 0a7171b..604cac6 100644 (file)
@@ -3592,6 +3592,7 @@ procfs_stopped_by_watchpoint(pid)
 #ifdef FLTKWATCH
          && (what == FLTKWATCH)
 #endif
+#endif
          )
        return what;
     }