Try and work around CRLF problems... again.
This commit is contained in:
parent
81d706ff38
commit
1a861669c5
|
@ -25,4 +25,4 @@ int cnt_\1;\
|
|||
#define new_\1() ((struct \1 *) st_alloc((char **)\&h_\1, sizeof(struct \1), \2))\
|
||||
#endif\
|
||||
#define free_\1(p) st_free(p, \&h_\1, sizeof(struct \1))\
|
||||
:'
|
||||
:' | tr -d '\r'
|
||||
|
|
Loading…
Reference in a new issue