diff libinterp/corefcn/load-save.cc @ 30123:d809b99f1280

maint: rename "zfstream.[h|cc]" to "gzfstream.[h|cc]" to match class name. * gzfstream.cc: Renamed from zfstream.cc * gzfstream.h: Renamed from zfstream.h * libinterp/corefcn/module.mk: Rename files in build system. * load-save.cc: Update #include to renamed file.
author Rik <rik@octave.org>
date Sun, 05 Sep 2021 19:40:02 -0700
parents 362029cc0202
children a4061ae5ff79
line wrap: on
line diff
--- a/libinterp/corefcn/load-save.cc	Sun Sep 05 19:34:37 2021 -0700
+++ b/libinterp/corefcn/load-save.cc	Sun Sep 05 19:40:02 2021 -0700
@@ -87,7 +87,7 @@
 #endif
 
 #if defined (HAVE_ZLIB)
-#  include "zfstream.h"
+#  include "gzfstream.h"
 #endif
 
 OCTAVE_NAMESPACE_BEGIN