From dd5ece606587d3e41058df803ab1804654195bbb Mon Sep 17 00:00:00 2001 From: Jamey Sharp Date: Sat, 7 Oct 2006 01:27:03 -0700 Subject: [PATCH] Declare "struct foo" or "enum foo" as well as the typedef'd name "foo". --- src/c-client.xsl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/c-client.xsl b/src/c-client.xsl index 9fd9ccc..406e9b6 100644 --- a/src/c-client.xsl +++ b/src/c-client.xsl @@ -1077,6 +1077,8 @@ authorization from the authors. typedef struct + + { @@ -1097,7 +1099,9 @@ authorization from the authors. - typedef enum { + typedef enum + + { , -- 2.34.1