This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [C++ PATCH] Make parser revert digraph "<:" - take 2


"Giovanni Bajo" <giovannibajo@libero.it> writes:

> ! c_lex_with_flags (tree *value, unsigned char* cpp_flags)

nit: unsigned char *cpp_flags; this is preferred style in the compiler
generally.  (The * binds to the variable, not the type; putting it
with the type is misleading.)

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]