1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 15:36:34 +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:58:46 -08:00
parent 5f98006d38
commit bee3d3334a

View File

@ -77,8 +77,6 @@ extern LispPTR *PENDINGINTERRUPT68k;
*/
/***********************************************************/
LispPTR subr_lisperror(); /* 0377 */
char *atom_to_str(LispPTR atom_index) {
PNCell *pnptr;
char *pname_base;