From d56624bce222d870298d937e634fe01aef5c39e4 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 27 Jul 2017 04:38:26 -0400 Subject: static, liberal use of keyword --- org/sdp.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'org/sdp.org') 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){ <> <> -- cgit v1.2.3