* etags.c (Pascal_functions): Fix parenthesization typo.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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! */
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user