1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 07:30:21 +00:00

Remove extraneous forward declaration of contextsw()

This commit is contained in:
Nick Briggs 2023-01-02 17:02:13 -08:00
parent 50f88d9f05
commit 7e2620db20

View File

@ -60,8 +60,6 @@
/***********************************************************************/
void OP_contextsw(void) {
void contextsw(DLword fxnum, DLword bytenum, DLword flags);
#ifdef TRACE
printf("OP_contextsw:\n");
#endif