summaryrefslogtreecommitdiff
path: root/PACE/pace/config
diff options
context:
space:
mode:
authorjoeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-07 17:37:49 +0000
committerjoeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-07 17:37:49 +0000
commit55b4b2af3369b432fcae58f930fefff5b97d4877 (patch)
tree243f1aca4284be8d8e564804f98d7b44a023a555 /PACE/pace/config
parentd16926aa4f4f361c83e0b8398b43851c5717b87a (diff)
downloadATCD-55b4b2af3369b432fcae58f930fefff5b97d4877.tar.gz
Defined PACE_HAS_INLINE even for C files so that the functions will be
directly added with the .h file.
Diffstat (limited to 'PACE/pace/config')
-rw-r--r--PACE/pace/config/compiler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/PACE/pace/config/compiler.h b/PACE/pace/config/compiler.h
index c5a446a1762..07875a252a3 100644
--- a/PACE/pace/config/compiler.h
+++ b/PACE/pace/config/compiler.h
@@ -32,6 +32,7 @@ int errno;
# define PACE_HAS_CPLUSPLUS
# else /* ! __cplusplus */
# define PACE_INLINE static
+# define PACE_HAS_INLINE
# endif /* ! __cplusplus */
# define PACE_RETURN_NO_SUPPORT(X) \