aboutsummaryrefslogtreecommitdiff
path: root/gcc/flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/flags.h')
-rw-r--r--gcc/flags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flags.h b/gcc/flags.h
index c58b5e6..4050517 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.