X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fsimple-lists.h;h=f553a6bf93595f42a780e42278cef0a6b26e325a;hb=88714d18176f047eb4d298bb3f22520217671513;hp=d4dd081e9dfccd2b652d415b42f3cfbe77809d1a;hpb=6e052a5a07718b9f0ff417b27adf8b8ed8903f36;p=libucw.git diff --git a/lib/simple-lists.h b/lib/simple-lists.h index d4dd081e..f553a6bf 100644 --- a/lib/simple-lists.h +++ b/lib/simple-lists.h @@ -15,7 +15,7 @@ typedef struct simp_node { cnode n; union { - byte *s; + char *s; void *p; int i; uns u; @@ -25,13 +25,13 @@ typedef struct simp_node { typedef struct simp2_node { cnode n; union { - byte *s1; + char *s1; void *p1; int i1; uns u1; }; union { - byte *s2; + char *s2; void *p2; int i2; uns u2;