aboutsummaryrefslogtreecommitdiffhomepage
path: root/macros.m4
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-01-12 00:50:31 +0100
committerThomas Voss <mail@thomasvoss.com> 2022-01-12 01:07:45 +0100
commit93a5ed54ad9a0bf53f61554a890c4d5ceb29ac28 (patch)
tree44c238671f7d3cdbb18961462846d171270a96a1 /macros.m4
parente33f70ba71c568a7032aa277afb911a5deb63871 (diff)
Follow golang conventions
Diffstat (limited to 'macros.m4')
-rw-r--r--macros.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros.m4 b/macros.m4
index 068ff3e..b898e1f 100644
--- a/macros.m4
+++ b/macros.m4
@@ -1,4 +1,4 @@
define(`m4_len', defn(`len'))
undefine(`len')
-define(`WRITE_HEADER',
+define(`WRITEHEADER',
`w.WriteHeader($1); ifelse(eval(m4_len($2) == 0), 0, fmt.Fprintln(w, $2);) return;')