gettext should not be a builtin

Joseph S. Myers jsm28@cam.ac.uk
Wed Jul 2 09:24:00 GMT 2003


On Wed, 2 Jul 2003, Andris Pavenis wrote:

> Did You mean this?

> -	      error ("nonnull argument references non-pointer operand (arg %lu, operand %lu)",
> -		   (unsigned long) attr_arg_num, (unsigned long) arg_num);
> +              if (!(flags & (int) ATTR_FLAG_BUILT_IN))
> +  	          error ("nonnull argument references non-pointer operand (arg %lu, operand %lu)",
> +		       (unsigned long) attr_arg_num, (unsigned long) arg_num);

Yes; and the other errors should also be handled the same way.

-- 
Joseph S. Myers
jsm28@cam.ac.uk



More information about the Gcc mailing list