diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-01-26 13:44:44 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 897653bcc510a3b6eab9861d518c645fe066b9c3 (patch) | |
tree | 51d918b465a66e3f591a873ad5fc7ee2d1f0bc71 /org/sdp.org | |
parent | templates (diff) |
regex template, made more uniform
Diffstat (limited to 'org/sdp.org')
-rw-r--r-- | org/sdp.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/sdp.org b/org/sdp.org index f14c82e..8831171 100644 --- a/org/sdp.org +++ b/org/sdp.org @@ -181,13 +181,13 @@ mixin(import("version.txt")); #+NAME: mixin_pre_main #+BEGIN_SRC d mixin CompileTimeInfo; -mixin RgxInit; #+END_SRC ***** sdp "main" mixins :sdp: #+NAME: sdp_mixin #+BEGIN_SRC d +mixin SiSUrgxInit; mixin SiSUregisters; mixin SiSUheaderExtractHub; mixin SiSUheaderExtractSDLang; |