1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1991-12-19 05:21:52 +00:00
parent 30cb4e0ad5
commit b960e00991

View File

@ -489,7 +489,7 @@ main (argc, argv)
int i;
int outfflag = 0;
unsigned int nincluded_files = 0;
char **included_files = (char *) alloca (argc * sizeof (char *));
char **included_files = (char **) alloca (argc * sizeof (char *));
char *this_file;
#ifdef VMS
char got_err;