a0d66c8d67
From-SVN: r24349
5 lines
118 B
C
5 lines
118 B
C
/* Override part of the obstack macros. */
|
|
|
|
#define __PTR_TO_INT(P) ((int)(P))
|
|
#define __INT_TO_PTR(P) ((char *)(P))
|