Branch: Tag:

2000-07-04

2000-07-04 01:43:34 by Martin Stjernholm <mast@lysator.liu.se>

Fix for compiling without debug.

Rev: src/svalue.h:1.61

5:   \*/      /* -  * $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:   #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