Mercurial > hg > xemacs-beta
diff src/opaque.h @ 454:d7a9135ec789 r21-2-42
Import from CVS: tag r21-2-42
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:40:54 +0200 |
parents | abe6d1db359e |
children | af57a77cbc92 |
line wrap: on
line diff
--- a/src/opaque.h Mon Aug 13 11:40:23 2007 +0200 +++ b/src/opaque.h Mon Aug 13 11:40:54 2007 +0200 @@ -26,13 +26,6 @@ #ifndef INCLUDED_opaque_h_ #define INCLUDED_opaque_h_ -typedef union -{ - struct { Lisp_Object obj; } obj; - struct { void *p; } p; - struct { double d; } d; -} max_align_t; - typedef struct Lisp_Opaque { struct lcrecord_header header;