From mboxrd@z Thu Jan 1 00:00:00 1970 From: John S. Kallal To: gdb@sources.redhat.com Subject: Is GDB using TYPEDEF identifiers? Date: Thu, 21 Jun 2001 10:21:00 -0000 Message-id: <01062113244301.01467@CyberMax> X-SW-Source: 2001-06/msg00173.html I think that POSIX reserves all identifiers defined with a typedef statement that that end with the characters "_t" for use within the POSIX header files. I note that the GDB source code uses a lot a such identifiers. Should we change to another suffix such as "_td" and document that requirement in the GDB coding rules within file 'gdbint.texinfo'? John S. Kallal