diff options
-rw-r--r-- | libguile/validate.h | 34 |
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> |