* etags.c (ISUPPER): Move to inside the only #ifdef where it's used.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 25 Feb 2011 23:26:55 +0000 (15:26 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 25 Feb 2011 23:26:55 +0000 (15:26 -0800)
commit3f5e6230d78d28cd4acba7a7eaa2292477f4e0ff
tree6d0f21fc0fe8738fbb0a7c9bdd2caeb2faa00848
parent8dfa32f6a5c8570ab2eb0f379491209a3d4494c9
* etags.c (ISUPPER): Move to inside the only #ifdef where it's used.

This avoids an unused-macro warning with some GCC settings.
lib-src/ChangeLog
lib-src/etags.c