[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC, PATCH] C99 format specifiers for fixed-length integer types
From: |
Vladimir 'phcoder' Serbinenko |
Subject: |
Re: [RFC, PATCH] C99 format specifiers for fixed-length integer types |
Date: |
Thu, 23 Jul 2009 21:51:46 +0200 |
2009/7/23 Javier Martín <address@hidden>:
> Here is a new version which also incorporates the C99 integer constant
> macros. To avoid excess verbosity, all macros have now names like Gx,
> where x is the standard name. Thus, PRIx64, UINT64_C(a) --> GPRIx64,
> GUINT64_C(a).
Please respect current convention of using GRUB_ as prefix for macros
Are the macros *_C really useful? Anyway it's to be discussed
separately. Could you not do increase previous patch bt make a new one
to separate what is already in discussion from new things.
@Pavel: do you have any further comments?
> --
> -- Lazy, Oblivious, Recurrent Disaster -- Habbit
>
> _______________________________________________
> Grub-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
>
--
Regards
Vladimir 'phcoder' Serbinenko
Personal git repository: http://repo.or.cz/w/grub2/phcoder.git
- [RFC,PATCH] C99 format specifiers for fixed-length integer types, Javier Martín, 2009/07/22
- Re: [RFC,PATCH] C99 format specifiers for fixed-length integer types, Pavel Roskin, 2009/07/22
- Re: [RFC,PATCH] C99 format specifiers for fixed-length integer types, Javier Martín, 2009/07/23
- Re: [RFC, PATCH] C99 format specifiers for fixed-length integer types,
Vladimir 'phcoder' Serbinenko <=
- Re: [RFC, PATCH] C99 format specifiers for fixed-length integer types, Pavel Roskin, 2009/07/23
- Re: [RFC, PATCH] C99 format specifiers for fixed-length integer types, Vladimir 'phcoder' Serbinenko, 2009/07/23
- Re: [RFC, PATCH] C99 format specifiers for fixed-length integer types, Javier Martín, 2009/07/23
- Re: [RFC, PATCH] C99 format specifiers for fixed-length integer types, Pavel Roskin, 2009/07/23
- Re: [RFC, PATCH] C99 format specifiers for fixed-length integer types, Javier Martín, 2009/07/25