]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hack/def.trap.h
Use the right type for the malloc wrapper function, and don't cast the
[bsdgames-darwin.git] / hack / def.trap.h
index 652133200f1fec3ec7d194b284bb01f64df6c5a0..b3850d66e269d0250c46b6e32e88e187ebe907d7 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: def.trap.h,v 1.5 2003/04/02 18:36:35 jsm Exp $ */
+/*     $NetBSD: def.trap.h,v 1.6 2011/08/06 20:18:26 dholland Exp $    */
 
 /*
  * Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica,
@@ -72,7 +72,7 @@ struct trap {
 };
 
 extern struct trap *ftrap;
-#define newtrap()      (struct trap *) alloc(sizeof(struct trap))
+#define newtrap()      ((struct trap *) alloc(sizeof(struct trap)))
 
 /* various kinds of traps */
 #define BEAR_TRAP      0