X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fsimple-lists.h;h=602275837d18ebe48f8a69a06801659977f12518;hb=bc2bbfcbe76e78db9cde27455ddbcfe1ddcc61d6;hp=f816fb4ab2106ff8efca13705a3fd7bd92834825;hpb=0192d9f3a127c82b32131d26ed9b5fb5a90db723;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;