aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cpplib.c')
-rw-r--r--gcc/cpplib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c
index 0ebd093..07f8fad 100644
--- a/gcc/cpplib.c
+++ b/gcc/cpplib.c
@@ -1879,7 +1879,7 @@ _cpp_init_stacks (pfile)
obstack_init (pfile->buffer_ob);
/* Register the directives. */
- for (i = 0; i < N_DIRECTIVES; i++)
+ for (i = 0; i < (unsigned int) N_DIRECTIVES; i++)
{
node = cpp_lookup (pfile, dtable[i].name, dtable[i].length);
node->directive_index = i + 1;