]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/protoize.c
gcc.c (default_compilers): Const-ify.
[thirdparty/gcc.git] / gcc / protoize.c
index 0ab511889432d3fe2a968dadaab5a09950a938fd..34fdb2bdb36dafa5c46ddf1cb37561e514edb839 100644 (file)
@@ -207,7 +207,7 @@ static const int hash_mask = (HASH_TABLE_SIZE - 1);
 
 static const struct default_include { const char *const fname; 
                         const char *const component;
-                        int x1, x2; } include_defaults[]
+                        const int x1, x2; } include_defaults[]
 #ifdef INCLUDE_DEFAULTS
   = INCLUDE_DEFAULTS;
 #else