diff options
Diffstat (limited to 'gcc/varasm.h')
-rw-r--r-- | gcc/varasm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/varasm.h b/gcc/varasm.h index 0d7d563..8025e7c 100644 --- a/gcc/varasm.h +++ b/gcc/varasm.h @@ -60,7 +60,7 @@ extern void assemble_alias (tree, tree); We assume that VALUE has been folded as much as possible; therefore, we do not need to check for such things as arithmetic-combinations of integers. */ -extern tree initializer_constant_valid_p (tree, tree); +extern tree initializer_constant_valid_p (tree, tree, bool = false); /* Return true if VALUE is a valid constant-valued expression for use in initializing a static bit-field; one that can be |