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

fix warning: a function declaration without a prototype is deprecated in all versions of C

This commit is contained in:
Nick Briggs 2022-12-11 18:33:19 -08:00
parent 81d459be16
commit 5ee8f49002

View File

@ -26,7 +26,7 @@
#include "uraiddefs.h" // for device_after_raid, device_before_raid, ura...
#include "uraidextdefs.h" // for URMAXFXNUM, URaid_inputstring, URaid_FXarray
void stab() { DBPRINT(("Now in stab\n")); }
void stab(void) { DBPRINT(("Now in stab\n")); }
/***************************************************************
error