diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-01-26 15:17:59 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 2598e9f10a362f15fef081504d69757001b39cfb (patch) | |
tree | 76966a2d60a8ebb3ee67f3cef9a03926b7399d7b /src/sdp.d | |
parent | output, template & struct names (diff) |
output, message passing, minor
Diffstat (limited to 'src/sdp.d')
-rwxr-xr-x | src/sdp.d | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,9 +43,9 @@ private import mixin(import("version.txt")); mixin CompileTimeInfo; -mixin RgxInit; /++ A SiSU document parser writen in D. +/ void main(string[] args) { + mixin SiSUrgxInit; mixin SiSUregisters; mixin SiSUheaderExtractHub; mixin SiSUheaderExtractSDLang; |