diff options
| author | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-30 23:49:49 +0000 |
|---|---|---|
| committer | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-30 23:49:49 +0000 |
| commit | 03a6a57f500ee4230ce2cee887866b3850ed7ed9 (patch) | |
| tree | 7b7823407e40be2e66116aee06a59a819932eaf9 | |
| parent | 422616a43b4f9b7659c96bfffd2f3095461dbea5 (diff) | |
Fix portability issue macOS
| -rw-r--r-- | std/json.zc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/std/json.zc b/std/json.zc index 70f7cf2..9f5cf73 100644 --- a/std/json.zc +++ b/std/json.zc @@ -458,8 +458,6 @@ impl Drop for JsonValue { } } -extern fn sprintf(s: char*, fmt: const char*, ...) -> int; - impl JsonValue { fn to_string(self) -> String { let s = String::new(""); |
