memvar.h 378 B

123456789101112131415161718
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/pixrect/memvar.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #if defined( SUN_CATMACRO_CHECK )
  7. #ifdef __STDC__
  8. # define CAT(a,b) a##b
  9. #else
  10. #define CAT(a,b) a/**/b
  11. #endif
  12. #endif /* SUN_CATMACRO_CHECK */