no C99 comments

Sun, 07 Feb 2021 15:35:52 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 07 Feb 2021 15:35:52 +0100
changeset 393
8c0421ccbb58
parent 392
c195c33de85d
child 394
80c31ebd66c1

no C99 comments

src/cx/allocator.h file | annotate | diff | comparison | revisions
src/cx/list.h file | annotate | diff | comparison | revisions
     1.1 --- a/src/cx/allocator.h	Sun Feb 07 12:27:21 2021 +0100
     1.2 +++ b/src/cx/allocator.h	Sun Feb 07 15:35:52 2021 +0100
     1.3 @@ -58,4 +58,4 @@
     1.4  #define cxCalloc(a, nelem, n) (a)->calloc((a), nelem, n)
     1.5  #define cxFree(a, mem) (a)->free((a), mem)
     1.6  
     1.7 -#endif //UCX_ALLOCATOR_H
     1.8 +#endif /* UCX_ALLOCATOR_H */
     2.1 --- a/src/cx/list.h	Sun Feb 07 12:27:21 2021 +0100
     2.2 +++ b/src/cx/list.h	Sun Feb 07 15:35:52 2021 +0100
     2.3 @@ -29,4 +29,4 @@
     2.4  #ifndef UCX_LIST_H
     2.5  #define UCX_LIST_H
     2.6  
     2.7 -#endif //UCX_LIST_H
     2.8 +#endif /* UCX_LIST_H */

mercurial