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