*** empty log message ***
This commit is contained in:
parent
30cb4e0ad5
commit
b960e00991
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue