From fde2d5876236c9048ee1112be90c8af41c910149 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 19 Feb 2026 23:51:36 -0500 Subject: Paths using C strings --- src/stdlib/print.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/stdlib/print.h') diff --git a/src/stdlib/print.h b/src/stdlib/print.h index 943a084a..cec54ff3 100644 --- a/src/stdlib/print.h +++ b/src/stdlib/print.h @@ -105,7 +105,6 @@ PRINT_FN _print_repeated_char(FILE *f, repeated_char_t repeated) { } extern int Text$print(FILE *stream, Text_t text); -extern int Path$print(FILE *stream, Path_t path); extern int Int$print(FILE *f, Int_t i); #ifndef _fprint1 #define _fprint1(f, x) \ @@ -131,7 +130,6 @@ extern int Int$print(FILE *f, Int_t i); string_slice_t: _print_string_slice, \ repeated_char_t: _print_repeated_char, \ Text_t: Text$print, \ - Path_t: Path$print, \ Int_t: Int$print, \ void *: _print_pointer)(f, x) #endif -- cgit v1.2.3