X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fsimple-lists.h;h=f553a6bf93595f42a780e42278cef0a6b26e325a;hb=534019614dd611e7df29a0c8c59f2a869a2c0c39;hp=d4dd081e9dfccd2b652d415b42f3cfbe77809d1a;hpb=47a0795e8a28e8ad6ff55cda89e300267d9e590c;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;