From 1fea2c7f5e576766b08502572c799270b4bea3ef Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 22 Feb 2024 21:50:58 +0100 Subject: Add some basics, to test macro functionality --- m4/__base.m4 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 m4/__base.m4 (limited to 'm4/__base.m4') diff --git a/m4/__base.m4 b/m4/__base.m4 new file mode 100644 index 0000000..611a256 --- /dev/null +++ b/m4/__base.m4 @@ -0,0 +1,7 @@ +m4_dnl To avoid annoying conflicts with quote characters, use +m4_dnl U+2068 FIRST STRONG ISOLATE and U+2069 POP DIRECTIONAL ISOLATE +m4_changequote(⁨,⁩) + +m4_dnl We also need to avoid the comment character ever doing absolutely +m4_dnl anything, so set it to U+FFFD REPLACEMENT CHARACTER +m4_changecom(�) -- cgit v1.2.3