view libinterp/corefcn/oct-obj.h @ 21006:ea779f11deae

strip trailing whitespace from files * input.cc, oct-obj.h, __init_fltk__.cc: Strip trailing whitespace.
author John W. Eaton <jwe@octave.org>
date Tue, 29 Dec 2015 11:45:27 -0500
parents 6eff66fb8a02
children bae38398f5f1
line wrap: on
line source

/*

Copyright (C) 2015 Rik Wehbring

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
<http://www.gnu.org/licenses/>.

*/

////////////////////////////////////////////////////////////////////////
// Note: oct-obj.h was deprecated in version 4.2 and will be removed in
// version 4.6.
////////////////////////////////////////////////////////////////////////

#warning oct-obj.h has been deprecated; use ovl.h instead

#include "ovl.h"