guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 24/86: Deprecate libguile/validate.h


From: Andy Wingo
Subject: [Guile-commits] 24/86: Deprecate libguile/validate.h
Date: Wed, 20 Jun 2018 14:09:33 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit 69990c4532f84a7dbd49e8b7ea0d2721300c63c6
Author: Andy Wingo <address@hidden>
Date:   Mon Jun 18 10:49:21 2018 +0200

    Deprecate libguile/validate.h
    
    * libguile/validate.h: Replace contents with a #warning.
---
 libguile/validate.h | 34 +---------------------------------
 1 file changed, 1 insertion(+), 33 deletions(-)

diff --git a/libguile/validate.h b/libguile/validate.h
index 3956920..e7c7592 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 <address@hidden>, Dec-1999 */
-
-#endif  /* SCM_VALIDATE_H */
-
-/*
-  Local Variables:
-  c-file-style: "gnu"
-  End:
-*/
+#warning validate.h is gone, instead include <libguile.h>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]