Skip to content

Commit

Permalink
BitStream_GetLength added to the always present RTL generated functions
Browse files Browse the repository at this point in the history
  • Loading branch information
usr3-1415 committed Mar 15, 2024
1 parent 8c1bee7 commit fa6f846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions StgC/LangGeneric_c.fs
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ type LangGeneric_c() =
"BitStream_AttachBuffer2"
"BitStream_AttachBuffer"
"BitStream_Init"
"BitStream_GetLength"
]

override this.RtlFuncNames : string list =
Expand Down
2 changes: 1 addition & 1 deletion asn1scc/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ let printVersion () =
//let fvi = System.Diagnostics.FileVersionInfo.GetVersionInfo(assembly.Location);
//let version = fvi.FileVersion;

let version = "4.5.1.4"
let version = "4.5.1.5"
printfn "asn1scc version %s\n" version
()

Expand Down

0 comments on commit fa6f846

Please sign in to comment.