From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert P. J. Day Date: Thu, 8 Sep 2016 12:31:47 -0400 (EDT) Subject: [U-Boot] "_ENTRY" is both a struct and a typedef? Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de from lib/hashtable.c: typedef struct _ENTRY { int used; ENTRY entry; } _ENTRY; ok, that's just kind of creepy ... defining a typedef over top of a struct of the same name. does anyone else find that strange? rday -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ========================================================================