aboutsummaryrefslogtreecommitdiffstats
path: root/support/regex_internal.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-10-08 15:31:40 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-10-08 15:31:40 +0300
commite31035566237ea84dd5a8d9b7b9541934c15615f (patch)
tree1e63b8c64bfa03988a3ccffb37583694e987445d /support/regex_internal.h
parenta82d79a2f47736fb109625a434b532288ccd9c24 (diff)
parentb229671fa91db3bc2354c2f000a8155d32a9f117 (diff)
downloadegawk-e31035566237ea84dd5a8d9b7b9541934c15615f.tar.gz
egawk-e31035566237ea84dd5a8d9b7b9541934c15615f.tar.bz2
egawk-e31035566237ea84dd5a8d9b7b9541934c15615f.zip
Merge branch 'master' into feature/dev-5.0
Diffstat (limited to 'support/regex_internal.h')
-rw-r--r--support/regex_internal.h2
1 files changed, 1 insertions, 1 deletions
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