diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-09-01 12:09:50 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:13 -0400 |
commit | ef17033a501980b450afebcdd85fbbfe215738e4 (patch) | |
tree | b500505165cf4aa3ad68a9fd03a35301e6931246 /src/sdp.d | |
parent | 0.6.6 resolves dmd frame pointer access issue (ldc was ok) (diff) |
0.6.7 re-arrange output
Diffstat (limited to 'src/sdp.d')
-rwxr-xr-x | src/sdp.d | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,7 +16,8 @@ import ao_read_config_files, // sdp/ao_read_config_files.d ao_read_source_files, // sdp/ao_read_source_files.d ao_rgx, // sdp/ao_rgx.d - output_hub; // output_hub.d + output_hub, // output_hub.d + output_html; // output_html.d /+ sdlang http://sdlang.org +/ import sdlang; // sdlang.d /+ std +/ |