Recovered from -Wall cleanup in ss_internal.h. This depended on

ss_internal.h bogusly declaring things in <stdlib.h>.
This commit is contained in:
Bruce Evans 1996-09-05 18:20:47 +00:00
parent 1f36dc1f9e
commit 311fae7c8a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18054

View File

@ -4,13 +4,12 @@
* For copyright information, see copyright.h.
*/
#include <string.h>
#include <stdlib.h>
#include "copyright.h"
#include "ss_internal.h" /* includes stdio and string */
extern FILE *output_file;
extern int exit();
char *gensym(), *str_concat3(), *quote(), *ds();
extern long gensym_n;