summaryrefslogtreecommitdiff
path: root/libguile/validate.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2018-06-18 10:49:21 +0200
committerAndy Wingo <wingo@pobox.com>2018-06-18 10:50:23 +0200
commit69990c4532f84a7dbd49e8b7ea0d2721300c63c6 (patch)
tree7d5bf44cf0d3b70960223b36ad736f040f6e586d /libguile/validate.h
parent5f50309448bc9c26164c006d1120a94697ed6a64 (diff)
downloadguile-69990c4532f84a7dbd49e8b7ea0d2721300c63c6.tar.gz
Deprecate libguile/validate.h
* libguile/validate.h: Replace contents with a #warning.
Diffstat (limited to 'libguile/validate.h')
-rw-r--r--libguile/validate.h34
1 files changed, 1 insertions, 33 deletions
diff --git a/libguile/validate.h b/libguile/validate.h
index 39569209c..e7c75920e 100644
--- a/libguile/validate.h
+++ b/libguile/validate.h
@@ -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>