From 837277abb06f9450177070657d8aa67bfd21643b Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 16 Jun 2003 05:47:07 +0000 Subject: * c-opts.c (c_common_handle_option): s/on/value/. (OPT_fabi_version_, OPT_ftabstop_, OPT_ftemplate_depth_): Use value directly rather than converting the argument. * c.opt: Update docs. Use UInteger where appropriate. * common.opt: Use UInteger where appropriate. * opts.c (integral_argument): New. (handle_argument): Handle integral arguments, and optional joined arguments. (common_handle_option): Update. * opts.h (CL_MISSING_OK, CL_UINTEGER): New. * opts.sh: Handle JoinedOrMissing and UInteger flags. java: * lang.c (java_handle_option): Special-casing of optional joined arguments no longer needed. * lang.opt: Update switches that take optional argument. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67999 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/java/lang.opt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gcc/java/lang.opt') diff --git a/gcc/java/lang.opt b/gcc/java/lang.opt index e108fb72c2c..ed8d02ee151 100644 --- a/gcc/java/lang.opt +++ b/gcc/java/lang.opt @@ -65,7 +65,7 @@ Wredundant-modifiers Java fCLASSPATH= -Java Joined RejectNegative +Java JoinedOrMissing RejectNegative fassert Java @@ -74,16 +74,16 @@ fassume-compiled Java fassume-compiled= -Java Joined +Java JoinedOrMissing fbootclasspath= -Java Joined RejectNegative +Java JoinedOrMissing RejectNegative fcheck-references Java fclasspath= -Java Joined RejectNegative +Java JoinedOrMissing RejectNegative fcompile-resource= Java Joined RejectNegative -- cgit v1.2.1