diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-07-27 04:38:26 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | d56624bce222d870298d937e634fe01aef5c39e4 (patch) | |
tree | fda4da44a0fdddda9e99202ad69ebce9193c55ba /org/meta_debugs.org | |
parent | meta_abstraction, mark some functions pure (diff) |
static, liberal use of keyword
Diffstat (limited to 'org/meta_debugs.org')
-rw-r--r-- | org/meta_debugs.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/meta_debugs.org b/org/meta_debugs.org index fb34b34..cd457e4 100644 --- a/org/meta_debugs.org +++ b/org/meta_debugs.org @@ -72,7 +72,7 @@ import #+name: initialize #+BEGIN_SRC d -auto rgx = Rgx(); +static auto rgx = Rgx(); auto markup = InlineMarkup(); string key; #+END_SRC |