diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-05-21 12:00:35 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-05-21 12:00:35 -0400 |
commit | 13ea2d6b2d551013a4c10a22d60e7e666986b979 (patch) | |
tree | 57a13844a775bbdc9a3c4c9ac1f7a5e76cf65659 /org/source_files_read.org | |
parent | cosmetic mostly (diff) |
a regex & some clearing
Diffstat (limited to 'org/source_files_read.org')
-rw-r--r-- | org/source_files_read.org | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/org/source_files_read.org b/org/source_files_read.org index 495b856..a7e5b1c 100644 --- a/org/source_files_read.org +++ b/org/source_files_read.org @@ -544,18 +544,6 @@ if (type1["curly_code"] == 1) { type1["header_make"] = 0; type1["header_meta"] = 0; contents_insert ~= line; -} else if ( - (type1["header_make"] == 1) - && line.matchFirst(rgx.native_header_sub) -) { - type1["header_make"] = 1; - type1["header_meta"] = 0; -} else if ( - (type1["header_meta"] == 1) - && line.matchFirst(rgx.native_header_sub) -) { - type1["header_meta"] = 1; - type1["header_make"] = 0; } else if (auto m = line.match(rgx.insert_src_fn_ssi_or_sst)) { type1["header_make"] = 0; type1["header_meta"] = 0; |