view liboctave/octave.in.pc @ 28647:f0414ee0fefe

disallow keywords in function parameter lists (bug #58945) * oct-parse.yy (base_parser::validate_param_list): Also throw error if parameter name is a keyword.
author John W. Eaton <jwe@octave.org>
date Fri, 21 Aug 2020 08:36:47 -0400
parents 26070f36f1e7
children
line wrap: on
line source

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