comparison 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
comparison
equal deleted inserted replaced
30122:a7813409b8c6 30123:d809b99f1280
85 #if defined (open) 85 #if defined (open)
86 # undef open 86 # undef open
87 #endif 87 #endif
88 88
89 #if defined (HAVE_ZLIB) 89 #if defined (HAVE_ZLIB)
90 # include "zfstream.h" 90 # include "gzfstream.h"
91 #endif 91 #endif
92 92
93 OCTAVE_NAMESPACE_BEGIN 93 OCTAVE_NAMESPACE_BEGIN
94 94
95 OCTAVE_NORETURN static 95 OCTAVE_NORETURN static