]> git.eshelyaron.com Git - emacs.git/commitdiff
* etags.c (Pascal_functions): Fix parenthesization typo.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 15 Aug 2012 08:57:14 +0000 (01:57 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 15 Aug 2012 08:57:14 +0000 (01:57 -0700)
lib-src/ChangeLog
lib-src/etags.c

index 01248e59256c712f30c41d85cf88ce3784cb08f6..f3fd37510056688fbe2e7734b3f1238d74584bb3 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * etags.c (Pascal_functions): Fix parenthesization typo.
+
 2012-08-14  Paul Eggert  <eggert@cs.ucla.edu>
 
        * make-docfile.c (enum global_type): Sort values roughly in
index 69200b790fbaab6f58e0dda35501eebd09b35637..9c03735c954e0292513edad25b300713631183de 100644 (file)
@@ -4651,7 +4651,7 @@ Pascal_functions (FILE *inf)
          /* Check if this is an "extern" declaration. */
          if (*dbp == '\0')
            continue;
-         if (lowcase (*dbp == 'e'))
+         if (lowcase (*dbp) == 'e')
            {
              if (nocase_tail ("extern")) /* superfluous, really! */
                {