]> andersk Git - splint.git/blobdiff - test/alias3.lh
Fixed loading of rc files, warnrc and showscan.
[splint.git] / test / alias3.lh
index 8dea17876ddacd70328a39c8b7a97428930bae8e..5c9ecf36ea5b66d9748ad72208ebc8114aa72627 100644 (file)
@@ -1,9 +1,9 @@
-/* Output from LCLint 3.0b-alpha */
+/* Output from Splint 3.0.0.20 */
 # 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.045544 seconds and 4 git commands to generate.