summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_command.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb/db_command.h')
-rw-r--r--sys/ddb/db_command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ddb/db_command.h b/sys/ddb/db_command.h
index a95f5b3..bc5fe6c 100644
--- a/sys/ddb/db_command.h
+++ b/sys/ddb/db_command.h
@@ -37,7 +37,7 @@
* Command loop declarations.
*/
-void db_command_loop __P((void));
+void db_command_loop(void);
extern db_addr_t db_dot; /* current location */
extern db_addr_t db_last_addr; /* last explicit address typed */
OpenPOWER on IntegriCloud