1998-04-08
1998-04-08 01:32:35 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
7da9c0ad06c722ec139021e9ef0a77ae6ae654de
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 7.9
bugfix
Rev: src/program.c:1.72
4:
||| See the files COPYING and DISCLAIMER for more information.
\*/
#include "global.h"
- RCSID("$Id: program.c,v 1.71 1998/04/08 01:00:58 hubbe Exp $");
+ RCSID("$Id: program.c,v 1.72 1998/04/08 01:32:35 hubbe Exp $");
#include "program.h"
#include "object.h"
#include "dynamic_buffer.h"
665: Inside #if defined(HAVE_ALIGNOF)
#ifdef HAVE_ALIGNOF
return ALIGNOF(struct svalue);
#else
- return ALIGNOF(union u);
+ return ALIGNOF(union anything);
#endif
case T_INT: return ALIGNOF(INT_TYPE);
case T_FLOAT: return ALIGNOF(FLOAT_TYPE);