1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 15:36:34 +00:00

Add missing void declaration.

This commit is contained in:
Nick Briggs 2017-05-24 17:29:50 -07:00
parent d5ece9ccd5
commit 5856367d22

View File

@ -743,7 +743,7 @@ sff(LispPTR laddr)
/*****************************************************************/
#define DUMPSIZE 40
#define FNOVERHEADWORDS (8)
nt(LispPTR index)
void nt(LispPTR index)
/* atom index */
{
struct fnhead *fnobj;