diff options
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index c58b5e6a391..4050517d379 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -586,7 +586,7 @@ extern int frame_pointer_needed; extern int flag_trapv; /* Value of the -G xx switch, and whether it was passed or not. */ -extern int g_switch_value; +extern unsigned HOST_WIDE_INT g_switch_value; extern int g_switch_set; /* Values of the -falign-* flags: how much to align labels in code. |