diff --git a/sdk/bindgen/macros_decode.go b/sdk/bindgen/macros_decode.go index 445a6f88..30db8083 100644 --- a/sdk/bindgen/macros_decode.go +++ b/sdk/bindgen/macros_decode.go @@ -6,7 +6,7 @@ import ( "github.com/ddkwork/golibrary/stream" ) -func extractMacros(lines []string) *stream.OrderedMap[string, string] { +func extractMacros(lines []string) *maps.SafeSliceMap[string, string] { macros := new(maps.SafeSliceMap[string, string]) macros.Set("PAGE_SIZE", "4096") var macroName string