]> andersk Git - splint.git/blobdiff - test/alias3.lh
*** empty log message ***
[splint.git] / test / alias3.lh
index 65fd491514399df704019e3c6e06be4c7c5e9100..4869022da119041e54b2cbd221fce329516d232b 100644 (file)
@@ -1,9 +1,9 @@
-/* Output from LCLint 2.5m */
+/* Output from LCLint 3.0.0.12 */
 # include "bool.h"
 
 
 # ifndef EXPOSED_TYPE_st
-typedef struct {
+typedef struct s_st {
     int a;
     int *b;
     } st;
@@ -11,7 +11,7 @@ typedef struct {
 
 
 # ifndef EXPOSED_TYPE_ut
-typedef union {
+typedef union s_ut {
     int a;
     st s;
     st *t;
This page took 0.03232 seconds and 4 git commands to generate.