diff options
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r-- | gcc/stmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c index 88538e007da..0626e2c3e34 100644 --- a/gcc/stmt.c +++ b/gcc/stmt.c @@ -1311,7 +1311,7 @@ void expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line) tree string, outputs, inputs, clobbers; int vol; - char *filename; + const char *filename; int line; { rtvec argvec, constraints; |