From f01d27cfce0d08716e7c7964ec5bd48e6ddb0cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Mon, 1 Feb 1999 21:34:34 +0100 Subject: [PATCH] Removed the pad kluge. Rev: src/object.h:1.23 --- src/object.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/object.h b/src/object.h index 09bf8a68fd..a823472e8b 100644 --- a/src/object.h +++ b/src/object.h @@ -5,7 +5,7 @@ \*/ /* - * $Id: object.h,v 1.22 1999/01/31 22:50:30 grubba Exp $ + * $Id: object.h,v 1.23 1999/02/01 20:34:34 grubba Exp $ */ #ifndef OBJECT_H #define OBJECT_H @@ -29,9 +29,6 @@ struct object INT16 parent_identifier; struct object *next; struct object *prev; -#ifdef PIKE_SECURITY - char *pad; /* FIXME: Kluge to get longlong alignment of storage */ -#endif char storage[1]; }; -- GitLab