aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/meta_debugs.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2020-01-25 13:34:47 -0500
committerRalph Amissah <ralph@amissah.com>2020-02-26 09:59:18 -0500
commited71ef0ac032456c882bea44b04c02863cb90a46 (patch)
treeb6a27cbb13a31a2e3e436aa9d75d125aa586a2c5 /org/meta_debugs.org
parentaddress compilation issues with dmd (v2.090.0) (diff)
code ctRegex calls, tidying
Diffstat (limited to 'org/meta_debugs.org')
-rw-r--r--org/meta_debugs.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/org/meta_debugs.org b/org/meta_debugs.org
index 71c3d55..b94d5b2 100644
--- a/org/meta_debugs.org
+++ b/org/meta_debugs.org
@@ -29,7 +29,7 @@ template spineDebugs() {
const S contents,
T doc_matters,
) {
- mixin spineRgxInit;
+ mixin spineRgxIn;
mixin InternalMarkup;
<<initialize>>
<<meta_output_debugs>>
@@ -71,7 +71,7 @@ import
#+NAME: initialize
#+BEGIN_SRC d
-static auto rgx = Rgx();
+static auto rgx = RgxI();
auto markup = InlineMarkup();
string key;
#+END_SRC