stefanf     2006-01-26 20:53:40 UTC

  FreeBSD src repository

  Modified files:
    include              nl_types.h stdio.h 
    sys/sys              cdefs.h 
  Log:
  Analogous to __printflike and __scanflike, add the macro __format_arg which
  expands to the GCC format_arg attribute if supported.
  
  This fixes a syntax error in <nl_types.h> for compilers/tools not
  implementing the GCC __attribute__ extensions.
  
  Revision  Changes    Path
  1.12      +1 -2      src/include/nl_types.h
  1.57      +1 -6      src/include/stdio.h
  1.91      +2 -0      src/sys/sys/cdefs.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to