From ce6ab002310eb3c70762937428cf2af8639ff0df Mon Sep 17 00:00:00 2001
From: Martin Stjernholm <mast@lysator.liu.se>
Date: Tue, 4 Jul 2000 03:43:34 +0200
Subject: [PATCH] Fix for compiling without debug.

Rev: src/svalue.h:1.61
---
 src/svalue.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/svalue.h b/src/svalue.h
index 8951eeb5d6..fd16834c11 100644
--- a/src/svalue.h
+++ b/src/svalue.h
@@ -5,7 +5,7 @@
 \*/
 
 /*
- * $Id: svalue.h,v 1.60 2000/07/04 00:43:58 mast Exp $
+ * $Id: svalue.h,v 1.61 2000/07/04 01:43:34 mast Exp $
  */
 #ifndef SVALUE_H
 #define SVALUE_H
@@ -305,6 +305,8 @@ static inline union anything *dmalloc_check_union(union anything *u,int type, ch
 #define check_type(T)
 #define check_refs(S)
 #define check_refs2(S,T)
+#define dmalloc_check_svalue(S,L) (S)
+#define dmalloc_check_union(U,T,L) (U)
 #define add_ref(X) (X)->refs++
 
 #endif
-- 
GitLab