diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2023-05-14 01:43:58 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2023-05-14 01:43:58 -0400 |
commit | d850bd17e2533179bfbc2dd6cd8d0c11a43786ba (patch) | |
tree | 15dd425c4c6013983f45df5b0a9fff20afe5a7b9 /tnslc/tnslc.tnsl | |
parent | ed25b8e9740307c5de2d3e14b1ff6f85391b7953 (diff) |
Windows C wrapping
Diffstat (limited to 'tnslc/tnslc.tnsl')
-rw-r--r-- | tnslc/tnslc.tnsl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tnslc/tnslc.tnsl b/tnslc/tnslc.tnsl index 4804be9..1ad73f6 100644 --- a/tnslc/tnslc.tnsl +++ b/tnslc/tnslc.tnsl @@ -3510,6 +3510,10 @@ ;l = string_add(l, root.name) ;root.name = l + ;log_debug("----------------------------") + ;log_debug(string_add("START OF BLOCK: ", l)) + ;log_debug("----------------------------") + /; if (current`.exp) ;out`.hsec = string_add(out`.hsec, "global ") ;out`.hsec = string_add(out`.hsec, l) |