diff options
author | Ralph Amissah <ralph@amissah.com> | 2020-01-25 12:22:01 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2020-02-26 09:59:18 -0500 |
commit | c4d2cedb930a48d6439d6ff2076183fd48fc6a5a (patch) | |
tree | 8fbcd699336a971983e169298b8f3b80e2009616 /org/default_regex.org | |
parent | update headers and year (diff) |
address compilation issues with dmd (v2.090.0)
Diffstat (limited to 'org/default_regex.org')
-rw-r--r-- | org/default_regex.org | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/org/default_regex.org b/org/default_regex.org index 6891147..02f3e3a 100644 --- a/org/default_regex.org +++ b/org/default_regex.org @@ -30,14 +30,12 @@ http://dlang.org/phobos/std_regex.html ** _module template_ :module: -#+NAME: tangle_meta_rgx #+BEGIN_SRC d :tangle "../src/doc_reform/meta/rgx.d" /++ regex: regular expressions used in sisu document parser +/ module doc_reform.meta.rgx; static template spineRgxInit() { - import doc_reform.meta.defaults; static struct Rgx { <<meta_rgx>> <<prgmkup_rgx>> @@ -363,7 +361,6 @@ http://dlang.org/phobos/std_regex.html ** _module template_ :module:output: -#+NAME: tangle_meta_rgx #+BEGIN_SRC d :tangle "../src/doc_reform/io_out/rgx.d" /++ regex: regular expressions used in sisu document parser |