We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1bee7 commit fa6f846Copy full SHA for fa6f846
StgC/LangGeneric_c.fs
@@ -363,6 +363,7 @@ type LangGeneric_c() =
363
"BitStream_AttachBuffer2"
364
"BitStream_AttachBuffer"
365
"BitStream_Init"
366
+ "BitStream_GetLength"
367
]
368
369
override this.RtlFuncNames : string list =
asn1scc/Program.fs
@@ -109,7 +109,7 @@ let printVersion () =
109
//let fvi = System.Diagnostics.FileVersionInfo.GetVersionInfo(assembly.Location);
110
//let version = fvi.FileVersion;
111
112
- let version = "4.5.1.4"
+ let version = "4.5.1.5"
113
printfn "asn1scc version %s\n" version
114
()
115
0 commit comments