aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/fixincludes/tests/base/obstack.h
blob: ea8e8dd1e329575bd15379feb180d3acd1e1aa92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*  DO NOT EDIT THIS FILE.

    It has been auto-edited by fixincludes from:

	"fixinc/tests/inc/obstack.h"

    This had to be done to correct non-standard usages in the
    original, manufacturer supplied header file.  */



#if defined( OBSTACK_LVALUE_CAST_CHECK )
((*((void **) (h)->next_free) = (aptr)), ( (h)->next_free += sizeof (void *)))
#endif  /* OBSTACK_LVALUE_CAST_CHECK */