From 1a861669c5d42ce3d7ea0a97aa031d99cced4a5b Mon Sep 17 00:00:00 2001 From: David Given Date: Sat, 16 Jul 2022 17:58:39 +0200 Subject: [PATCH] Try and work around CRLF problems... again. --- lang/m2/comp/make.allocd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/m2/comp/make.allocd b/lang/m2/comp/make.allocd index e3077691d..28a2d3ded 100755 --- a/lang/m2/comp/make.allocd +++ b/lang/m2/comp/make.allocd @@ -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'