* 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 01248e5..f3fd375 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 69200b7..9c03735 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! */
                {