Skip to content

Commit fa6f846

Browse files
committed
BitStream_GetLength added to the always present RTL generated functions
1 parent 8c1bee7 commit fa6f846

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

StgC/LangGeneric_c.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ type LangGeneric_c() =
363363
"BitStream_AttachBuffer2"
364364
"BitStream_AttachBuffer"
365365
"BitStream_Init"
366+
"BitStream_GetLength"
366367
]
367368

368369
override this.RtlFuncNames : string list =

asn1scc/Program.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ let printVersion () =
109109
//let fvi = System.Diagnostics.FileVersionInfo.GetVersionInfo(assembly.Location);
110110
//let version = fvi.FileVersion;
111111

112-
let version = "4.5.1.4"
112+
let version = "4.5.1.5"
113113
printfn "asn1scc version %s\n" version
114114
()
115115

0 commit comments

Comments
 (0)