aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/etags.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c
index 5e05c19c624..724cce63955 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -1528,7 +1528,7 @@ process_file_name (char *file, language *lang)
1528 fdesc *fdp; 1528 fdesc *fdp;
1529 compressor *compr; 1529 compressor *compr;
1530 char *compressed_name, *uncompressed_name; 1530 char *compressed_name, *uncompressed_name;
1531 char *ext, *real_name, *tmp_name; 1531 char *ext, *real_name = NULL, *tmp_name;
1532 int retval; 1532 int retval;
1533 1533
1534 canonicalize_filename (file); 1534 canonicalize_filename (file);
@@ -5594,7 +5594,7 @@ TeX_commands (FILE *inf)
5594 linebuffer *key; 5594 linebuffer *key;
5595 5595
5596 char TEX_esc = '\0'; 5596 char TEX_esc = '\0';
5597 char TEX_opgrp, TEX_clgrp; 5597 char TEX_opgrp = 0, TEX_clgrp = 0;
5598 5598
5599 /* Initialize token table once from environment. */ 5599 /* Initialize token table once from environment. */
5600 if (TEX_toktab == NULL) 5600 if (TEX_toktab == NULL)