aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1991-12-19 05:21:52 +0000
committerJim Blandy1991-12-19 05:21:52 +0000
commitb960e009915dad0d22ac5dcbce6b940f5a8d65a4 (patch)
tree27c9090c03919cc18150cadff238489ef97c55ee
parent30cb4e0ad5eb8a3639d9fac338e650d685a95b1e (diff)
downloademacs-b960e009915dad0d22ac5dcbce6b940f5a8d65a4.tar.gz
emacs-b960e009915dad0d22ac5dcbce6b940f5a8d65a4.zip
*** empty log message ***
-rw-r--r--lib-src/etags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c
index 680a8d43643..fed3f584eff 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -489,7 +489,7 @@ main (argc, argv)
489 int i; 489 int i;
490 int outfflag = 0; 490 int outfflag = 0;
491 unsigned int nincluded_files = 0; 491 unsigned int nincluded_files = 0;
492 char **included_files = (char *) alloca (argc * sizeof (char *)); 492 char **included_files = (char **) alloca (argc * sizeof (char *));
493 char *this_file; 493 char *this_file;
494#ifdef VMS 494#ifdef VMS
495 char got_err; 495 char got_err;