summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-09-12 01:24:47 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-09-12 01:24:47 +0200
commit980eb2773db31238c180752bb083aa4578535b6e (patch)
tree58a504cc883977631847ab54e19fff78e7b14091 /include
parenta3d876e3764b6aa25d0d42ac452acc55a999b746 (diff)
Remove the ‘m4_gsp_quote’ macro
Diffstat (limited to 'include')
-rw-r--r--include/lib.m46
1 files changed, 0 insertions, 6 deletions
diff --git a/include/lib.m4 b/include/lib.m4
index 3d0e50f..6220c84 100644
--- a/include/lib.m4
+++ b/include/lib.m4
@@ -18,11 +18,5 @@ m4_define(
⁨m4_esyscmd(fmt-code "$1" m4___file__)m4_dnl⁩
)
-m4_dnl Macro to escape characters in gsp(5) text-nodes
-m4_define(
- m4_gsp_quote,
- ⁨m4_patsubst(⁨$1⁩, ⁨[@}\\]⁩, ⁨\\\&⁩)⁩
-)
-
m4_dnl Macro for generating abbrevations
m4_define(m4_abbr, ⁨@abbr .m4_translit($1, A-Z2, a-zt) {-$1}⁩)