aboutsummaryrefslogtreecommitdiffhomepage
path: root/macros.m4
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-01-23 18:43:37 +0100
committerThomas Voss <mail@thomasvoss.com> 2022-01-23 18:43:37 +0100
commitef736c377953405fbbfa0c22b9a65a0abfe5edf3 (patch)
tree39ca25a56b29bb336ea4bb83dbe718c8b8d2b6ba /macros.m4
parent93a5ed54ad9a0bf53f61554a890c4d5ceb29ac28 (diff)
Stop using m4(1) macros
Diffstat (limited to 'macros.m4')
-rw-r--r--macros.m44
1 files changed, 0 insertions, 4 deletions
diff --git a/macros.m4 b/macros.m4
deleted file mode 100644
index b898e1f..0000000
--- a/macros.m4
+++ /dev/null
@@ -1,4 +0,0 @@
-define(`m4_len', defn(`len'))
-undefine(`len')
-define(`WRITEHEADER',
- `w.WriteHeader($1); ifelse(eval(m4_len($2) == 0), 0, fmt.Fprintln(w, $2);) return;')