pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-07-20
2001-07-20 10:00:04 by Martin Stjernholm <mast@lysator.liu.se>
21a625e64feaffe7b7f0a97c1b3733d715d3bcc9 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fix in the HAVE_UNION_INIT test.
Rev: src/configure.in:1.539
1:
-
AC_REVISION("$Id: configure.in,v 1.
538
2001/07/
16
19
:
48
:
56
hubbe
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
539
2001/07/
20
10
:
00
:
04
mast
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
5162:
struct bar {int c[2];}; union anything {
-
struct foo
*
foo;
-
struct bar
*
bar;
+
struct foo foo;
+
struct bar bar;
}; struct svalue {