view libinterp/octinterp.in.pc @ 28217:87554d9ac6f8 stable

Warn if -v7.3 format is used for load/save (bug #45706). * load-save.cc (Fload, Fsave): Document that -v7.3 format is not implemented. * load-save.cc (load_save_system::parse_save_options): Detect '-v7.3' option and issue an error() that format is not implemented. * load-save.cc (load_save_system::load): Detect '-v7.3' option and issue an error() that format is not implemented. Re-order if/elseif tree for clarity.
author Rik <rik@octave.org>
date Tue, 14 Apr 2020 11:09:42 -0700
parents 26070f36f1e7
children
line wrap: on
line source

Name: @PACKAGE_NAME@
Description: C++ interface to GNU Octave interpreter.
URL: https://www.octave.org
Version: @PACKAGE_VERSION@
Requires: octave = @PACKAGE_VERSION@
Requires.private:
Libs: -L@octlibdir@ @LIBOCTINTERP@
Libs.private:
Cflags: -I@octincludedir@/..