From b229671fa91db3bc2354c2f000a8155d32a9f117 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 8 Oct 2017 15:30:50 +0300 Subject: Fixes for OS/2. --- support/regex_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/regex_internal.h') diff --git a/support/regex_internal.h b/support/regex_internal.h index 9f4ff070..d4fde40f 100644 --- a/support/regex_internal.h +++ b/support/regex_internal.h @@ -405,7 +405,7 @@ struct re_dfa_t; typedef struct re_dfa_t re_dfa_t; #ifndef _LIBC -# ifdef __i386__ +# if defined( __i386__ ) && !defined(__EMX__) # define internal_function __attribute__ ((regparm (3), stdcall)) # else # define internal_function -- cgit v1.2.3