summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1998-04-07 23:21:03 -0400
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-05-14 14:49:43 +0000
commitff06c60c06e5437e446d6c794b05a29d5e6644fa (patch)
tree82f78ab42bd0fc21fa035299bd13a1007db1c70b /handy.h
parent3aefca0416eab0f2104345964c03107793baf1d6 (diff)
downloadperl-ff06c60c06e5437e446d6c794b05a29d5e6644fa.tar.gz
[PATCH 5.004_64] newSV
Date: Wed, 8 Apr 1998 03:21:03 -0400 (EDT) Subject: [PATCH 5.004_64] Cryptic error from B::CC Date: Sat, 11 Apr 1998 19:52:25 -0400 (EDT) p4raw-id: //depot/perl@942
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/handy.h b/handy.h
index 233304b1f2..443c229f67 100644
--- a/handy.h
+++ b/handy.h
@@ -263,6 +263,9 @@ typedef U16 line_t;
*/
#ifndef lint
+
+#define NEWSV(x,len) newSV(len)
+
#ifndef LEAKTEST
#define New(x,v,n,t) (v = (t*)safemalloc((MEM_SIZE)((n)*sizeof(t))))
@@ -274,7 +277,6 @@ typedef U16 line_t;
#define Renewc(v,n,t,c) \
(v = (c*)saferealloc((Malloc_t)(v),(MEM_SIZE)((n)*sizeof(t))))
#define Safefree(d) safefree((Malloc_t)(d))
-#define NEWSV(x,len) newSV(len)
#else /* LEAKTEST */
@@ -287,7 +289,6 @@ typedef U16 line_t;
#define Renewc(v,n,t,c) \
(v = (c*)safexrealloc((Malloc_t)(v),(MEM_SIZE)((n)*sizeof(t))))
#define Safefree(d) safexfree((Malloc_t)(d))
-#define NEWSV(x,len) newSV(x,len)
#define MAXXCOUNT 1400
#define MAXY_SIZE 80