pike.git/
src/
acconfig.h
Branch:
Tag:
Non-build tags
All tags
No tags
1998-10-11
1998-10-11 22:33:11 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
91224b280579c27962f28cbb7e9bcfafedb627fc (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
should now compile again...
Rev: src/acconfig.h:1.33
Rev: src/pike_memory.h:1.7
1:
/*
-
* $Id: acconfig.h,v 1.
32
1998/
09
/
05
15
:
52
:
26
grubba
Exp $
+
* $Id: acconfig.h,v 1.
33
1998/
10
/
11
22
:
33
:
11
hubbe
Exp $
*/ #ifndef MACHINE_H #define MACHINE_H
276:
#ifdef HAVE_ANSI_CONCAT #define PIKE_CONCAT(X,Y) X##Y #define PIKE_CONCAT3(X,Y,Z) X##Y##Z
+
#define PIKE_CONCAT4(X,Y,Z,Q) X##Y##Z##Q
#else #ifdef HAVE_KR_CONCAT #define PIKE_CONCAT(X,Y) X/**/Y #define PIKE_CONCAT3(X,Y,Z) X/**/Y/**/Z
-
+
#define PIKE_CONCAT4(X,Y,Z,Q) X/**/Y/**/Z/**/Q
#endif /* HAVE_KR_CONCAT */ #endif /* HAVE_ANSI_CONCAT */ #endif /* MACHINE_H */