summaryrefslogtreecommitdiff
path: root/libguile/scm_validate.h
diff options
context:
space:
mode:
authorGreg J. Badros <gjb@cs.washington.edu>2000-03-03 00:09:54 +0000
committerGreg J. Badros <gjb@cs.washington.edu>2000-03-03 00:09:54 +0000
commitb6791b2e94a4958e0da1ce7266c82320aff82a1b (patch)
treea24f6c97960f787d9ad2efdafa1442151ac9603a /libguile/scm_validate.h
parent417bdef8a5b901088bf7b535a94973ffa81575c8 (diff)
downloadguile-b6791b2e94a4958e0da1ce7266c82320aff82a1b.tar.gz
* error.h, error.c: Added `scm_wrong_type_arg_msg' to support
displaying the expected type. Use SCM_LISTn in a couple places instead of scm_cons-ing by hand. * __scm.h: Added SCM_ASSERT_TYPE macro. * validate.h, scm_validate.h: Added the former, as a renamed version of the latter with SCM_ASSERT_TYPE used in SCM_MAKE_VALIDATE (instead of just SCM_ASSERT) * Makefile.am: Rename scm_validate.h to validate.h. * *.c, *.h: Include validate.h, not scm_validate.h (old name's prefix was superfluous).
Diffstat (limited to 'libguile/scm_validate.h')
-rw-r--r--libguile/scm_validate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/scm_validate.h b/libguile/scm_validate.h
index 92e8f9b38..0299c96a2 100644
--- a/libguile/scm_validate.h
+++ b/libguile/scm_validate.h
@@ -1,4 +1,4 @@
-/* $Id: scm_validate.h,v 1.20 2000-03-02 20:54:43 gjb Exp $ */
+/* $Id: scm_validate.h,v 1.21 2000-03-03 00:09:53 gjb Exp $ */
/* Copyright (C) 1999 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify