1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

Deprecate libguile/validate.h

* libguile/validate.h: Replace contents with a #warning.
This commit is contained in:
Andy Wingo 2018-06-18 10:49:21 +02:00
parent 5f50309448
commit 69990c4532

View file

@ -1,33 +1 @@
/* classes: h_files */
#ifndef SCM_VALIDATE_H
#define SCM_VALIDATE_H
/* Copyright (C) 1999-2002,2004,2006-2007,2009,2011-2014,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of
* the License, or (at your option) any later version.
*
* This library 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA
*/
/* Written by Greg J. Badros <gjb@cs.washington.edu>, Dec-1999 */
#endif /* SCM_VALIDATE_H */
/*
Local Variables:
c-file-style: "gnu"
End:
*/
#warning validate.h is gone, instead include <libguile.h>