sym.h 342 B

12345678910111213141516
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/sym.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #if defined( ALPHA_PARENS_CHECK )
  7. #ifndef __mips64 /* bogus */
  8. extern int foo;
  9. #endif
  10. #endif /* ALPHA_PARENS_CHECK */