changeset 4905:710950ca1b49

Tue Nov 2 19:46:52 1993 Francesco Potorti` (pot@cnuce.cnr.it) * etags.c (consider_token): removed unused variable firsttok. (prolog_getit): call pfnote with the right number of arguments.
author Francesco Potortì <pot@gnu.org>
date Tue, 02 Nov 1993 18:55:40 +0000
parents 7b1e944f583a
children e3f09fe7f08f
files lib-src/etags.c
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/etags.c	Tue Nov 02 18:37:02 1993 +0000
+++ b/lib-src/etags.c	Tue Nov 02 18:55:40 1993 +0000
@@ -25,7 +25,7 @@
  *	Gnu Emacs TAGS format and modifications by RMS?
  *	Sam Kendall added C++.
  *
- *	Francesco Potorti` (pot@cnuce.cnr.it) is the current maintainer. 9.5
+ *	Francesco Potorti` (pot@cnuce.cnr.it) is the current maintainer. 9.7
  */
 
 #ifdef HAVE_CONFIG_H
@@ -1788,7 +1788,6 @@
      int cblev;			/* IN: curly brace level */
      logical *is_func;		/* OUT */
 {
-  logical firsttok;		/* TRUE if have seen first token in ()'s */
   Stab_entry *tokse = stab_find (get_C_stab (c_ext), tokp->p, tokp->len);
   enum sym_type toktype = stab_type (tokse);
 
@@ -2776,7 +2775,7 @@
   *s = '\0';
   strcpy (nambuf, save_s);
   *s = tmpc;
-  pfnote (nambuf, TRUE, save_s, strlen (nambuf), lineno, linecharno);
+  pfnote (nambuf, TRUE, FALSE, save_s, strlen (nambuf), lineno, linecharno);
 }
 
 /* It is assumed that prolog predicate starts from column 0. */