No tokens should follow #endif.

This commit is contained in:
David E. O'Brien 2001-08-15 03:38:49 +00:00
parent f9f1ef64d1
commit 680169040b

View File

@ -195,7 +195,7 @@ db_restart_at_pc(watchpt)
db_load_count += inst_load(ins);
db_store_count += inst_store(ins);
}
#endif SOFTWARE_SSTEP
#endif /* SOFTWARE_SSTEP */
}
if (db_run_mode == STEP_CONTINUE) {
@ -297,7 +297,7 @@ db_clear_single_step(regs)
}
}
#endif SOFTWARE_SSTEP
#endif /* SOFTWARE_SSTEP */
extern int db_cmd_loop_done;