#include <OSD_Path.hxx>
#include <OSD_SharedLibrary.hxx>
-#include <Standard_regexp.h>
+#include <WOKNT_regexp.h>
#include <stdio.h>
typedef int ( *EXT_FUNC ) ( int, TCHAR** );
/******************************************************************************/
/***/
-/* JGA : to compile on Solaris */
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
-/* alloca() non disponible sur HPUX 9.07 */
-#ifdef __cplusplus
-extern "C" {
-#endif
-void *alloca(unsigned int);
-# ifdef __cplusplus
-}
-#endif
#include <WOKNT_regexp.h>
d2 = string2, dend2 = regend[ regno ]; /* end of string1 => advance to string2. */
- } /* end while
+ } /* end while */
/* At end of register contents => success */
if ( d2 == dend2 ) break;