Skip to content
Snippets Groups Projects
Commit f01d27cf authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Removed the pad kluge.

Rev: src/object.h:1.23
parent dafbd6d0
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -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 #ifndef OBJECT_H
#define OBJECT_H #define OBJECT_H
...@@ -29,9 +29,6 @@ struct object ...@@ -29,9 +29,6 @@ struct object
INT16 parent_identifier; INT16 parent_identifier;
struct object *next; struct object *next;
struct object *prev; struct object *prev;
#ifdef PIKE_SECURITY
char *pad; /* FIXME: Kluge to get longlong alignment of storage */
#endif
char storage[1]; char storage[1];
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment