* eval.c: define scm_unbound_variable_key ('unbound-variable).
[bpt/guile.git] / libguile / scm_validate.h
index 7b6f547..99fc5a0 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: scm_validate.h,v 1.14 2000-01-09 03:52:29 gjb Exp $ */
+/* $Id: scm_validate.h,v 1.15 2000-01-09 13:41:53 ghouston Exp $ */
 /*     Copyright (C) 1999 Free Software Foundation, Inc.
  * 
  * This program is free software; you can redistribute it and/or modify
@@ -54,9 +54,6 @@
 #define SCM_SYSERROR_MSG(str,args,val) \
   do { scm_syserror_msg(FUNC_NAME,(str),(args),(val)); } while (0)
 
-#define SCM_SYSMISSING \
-  do { scm_sysmissing(FUNC_NAME); } while (0)
-
 #define SCM_WTA(pos,scm) \
   do { scm_wta(scm,(char *)pos,FUNC_NAME); } while (0)