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: Patch for C++ bug 24009


"Joseph S. Myers" <joseph@codesourcery.com> writes:

[...]

| +/* Record of input_file_stack at each tick.  */
| +typedef struct file_stack *fs_p;

This issue came lately again and it was agreed not to use the _p
suffix for pointer types, as it is conventionally reserved for
predicates (in GCC sources). 

-- Gaby


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