aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/sdp.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/sdp.org')
-rw-r--r--org/sdp.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/org/sdp.org b/org/sdp.org
index eed2bbc..7b3a608 100644
--- a/org/sdp.org
+++ b/org/sdp.org
@@ -198,7 +198,7 @@ string[] fns_src;
string flag_action;
string arg_unrecognized;
enum dAM { abstraction, matters }
-auto rgx = Rgx();
+static auto rgx = Rgx();
#+END_SRC
*** scope (run complete) :scope:
@@ -464,7 +464,7 @@ template SiSUabstraction() {
enum headBody { header, body_content, insert_filelist }
enum makeMeta { make, meta }
enum docAbst { doc_abstraction, section_keys, segnames, segnames_0_4, images }
- auto rgx = Rgx();
+ static auto rgx = Rgx();
auto SiSUabstraction(Fn,O,E)(Fn fn_src, O opts, E env){
<<sdp_conf_files>>
<<sdp_each_file_do_read_and_split_sisu_markup_file_content_into_header_and_body>>