From bee3d3334aba5a61069fabb38ec857ab93fb2601 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Sun, 11 Dec 2022 18:58:46 -0800 Subject: [PATCH] fix warning: a function declaration without a prototype is deprecated in all versions of C --- src/subr.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/subr.c b/src/subr.c index 73be00c..585ad29 100644 --- a/src/subr.c +++ b/src/subr.c @@ -77,8 +77,6 @@ extern LispPTR *PENDINGINTERRUPT68k; */ /***********************************************************/ -LispPTR subr_lisperror(); /* 0377 */ - char *atom_to_str(LispPTR atom_index) { PNCell *pnptr; char *pname_base;