diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-10-27 20:18:30 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-10-27 20:35:30 -0400 |
| commit | 052316261a94f2846e7547b65b2bb089979ce5ba (patch) | |
| tree | c8fb81d6657ac3931ef0212976f2346fc84e3f54 /environment.c | |
| parent | 41c0ea851a542bcd7d54b8c5c06d70e1e00095e1 (diff) | |
Finish deprecating stack refs with &
Diffstat (limited to 'environment.c')
| -rw-r--r-- | environment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environment.c b/environment.c index cab39a0c..ffc23df1 100644 --- a/environment.c +++ b/environment.c @@ -344,7 +344,7 @@ env_t *new_compilation_unit(CORD libname) {"as_c_string", "Text$as_c_string", "func(text:Text -> CString)"}, {"codepoint_names", "Text$codepoint_names", "func(text:Text -> [Text])"}, {"ends_with", "Text$ends_with", "func(text,suffix:Text -> Bool)"}, - {"find", "Text$find", "func(text:Text, pattern:Pattern, start=1, length=!&Int64 -> Int)"}, + {"find", "Text$find", "func(text:Text, pattern:Pattern, start=1 -> Int)"}, {"find_all", "Text$find_all", "func(text:Text, pattern:Pattern -> [Text])"}, {"from_bytes", "Text$from_bytes", "func(bytes:[Byte] -> Text)"}, {"from_c_string", "Text$from_str", "func(str:CString -> Text)"}, |
