X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ucw%2Fsimple-lists.h;h=602275837d18ebe48f8a69a06801659977f12518;hb=ec6703bb4d58e504fde8ea8429f9b26ab6632696;hp=f816fb4ab2106ff8efca13705a3fd7bd92834825;hpb=a4f8b029b86d2ca1612a9c2e2795ccea27b15276;p=libucw.git diff --git a/ucw/simple-lists.h b/ucw/simple-lists.h index f816fb4a..60227583 100644 --- a/ucw/simple-lists.h +++ b/ucw/simple-lists.h @@ -35,7 +35,7 @@ typedef struct simp_node { char *s; void *p; int i; - uns u; + uint u; }; } simp_node; @@ -48,13 +48,13 @@ typedef struct simp2_node { char *s1; void *p1; int i1; - uns u1; + uint u1; }; union { char *s2; void *p2; int i2; - uns u2; + uint u2; }; } simp2_node;