]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/langhooks.h
PR middle-end/82063 - issues with arguments enabled by -Wall
[thirdparty/gcc.git] / gcc / langhooks.h
index 94bb39f3b5a2cc94861271b75e49f20066d712c7..8ad2ec763e1075592a8e153407073e108d8487df 100644 (file)
@@ -348,8 +348,8 @@ struct lang_hooks
      location of the option.
 
      Return true if the switch is valid, false if invalid.  */
-  bool (*handle_option) (size_t code, const char *arg, int value, int kind,
-                        location_t loc,
+  bool (*handle_option) (size_t code, const char *arg, HOST_WIDE_INT value,
+                        int kind, location_t loc,
                         const struct cl_option_handlers *handlers);
 
   /* Called when all command line options have been parsed to allow