Try and work around CRLF problems... again.

This commit is contained in:
David Given 2022-07-16 17:58:39 +02:00
parent 81d706ff38
commit 1a861669c5

View file

@ -25,4 +25,4 @@ int cnt_\1;\
#define new_\1() ((struct \1 *) st_alloc((char **)\&h_\1, sizeof(struct \1), \2))\ #define new_\1() ((struct \1 *) st_alloc((char **)\&h_\1, sizeof(struct \1), \2))\
#endif\ #endif\
#define free_\1(p) st_free(p, \&h_\1, sizeof(struct \1))\ #define free_\1(p) st_free(p, \&h_\1, sizeof(struct \1))\
:' :' | tr -d '\r'