regexp.h 409 B

12345678910111213141516171819
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/regexp.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #if defined( SVR4_UNDECLARED_GETRNGE_CHECK )
  7. static int size;
  8. static int getrnge ();
  9. /* stuff which calls getrnge() */
  10. static getrnge()
  11. {}
  12. #endif /* SVR4_UNDECLARED_GETRNGE_CHECK */