U8, U16, U32 data type changes
[o-du/l2.git] / src / cm / cm_llist.x
index 9c6573b..5d4522c 100755 (executable)
@@ -53,7 +53,7 @@ struct cmLListCp
    CmLList *first;       /* first entry in list */
    CmLList *last;        /* last entry in list */
    CmLList *crnt;        /* entry last accessed */
-   U32     count;        /* number of entries */
+   uint32_t     count;        /* number of entries */
 };
 
 EXTERN Void     cmLListInit     ARGS ((CmLListCp *lList));