XEmacs 21.4.9 "Informed Management".
[chise/xemacs-chise.git.1] / lib-src / etags.c
index 7ae810d..8b81e61 100644 (file)
@@ -2805,6 +2805,7 @@ C_entries (c_ext, inf)
   midtoken = inquote = inchar = incomm = quotednl = FALSE;
   token.valid = savetoken.valid = FALSE;
   cblev = 0;
+  typdefcblev = 0;
   parlev = 0;
   cplpl = (c_ext & C_PLPL) == C_PLPL;
   cjava = (c_ext & C_JAVA) == C_JAVA;