No longer made with amake

This commit is contained in:
ceriel
1991-09-13 14:53:27 +00:00
parent 1d9f7e12c7
commit 4b42a9c7fa
8 changed files with 313 additions and 19 deletions

View File

@@ -165,8 +165,9 @@ get_v(a, pbuf, size)
return 0;
}
if (! get_bytes(size, a, *pbuf)) return 0;
return 1;
}
return 1;
return 0;
}
/* static int get_value(p_symbol sym; char **pbuf; long *psize);