view libinterp/corefcn/txt-eng.h @ 27825:6fba9776a848

txt-eng.h: Add comment about deprecation and when file should be removed. * txt-eng.h: Add comment about deprecation and when file should be removed.
author Rik <rik@octave.org>
date Fri, 13 Dec 2019 18:28:35 -0800
parents 00f796120a6d
children b442ec6dda5c
line wrap: on
line source

/*

Copyright (C) 2018-2019 John W. Eaton

This file is part of Octave.

Octave is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Octave is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Octave; see the file COPYING.  If not, see
<https://www.gnu.org/licenses/>.

*/

#if ! defined (octave_txt_eng_h)
#define octave_txt_eng_h 1

#include "octave-config.h"

// Deprecated in Octave 5.  Remove in Octave 7
#warning "txt-eng.h has been deprecated; use text-engine instead"

#include "text-engine.h"

#endif