Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Genrich <daniel.genrich@gmx.net>2008-03-10 15:30:24 +0300
committerDaniel Genrich <daniel.genrich@gmx.net>2008-03-10 15:30:24 +0300
commitcfc3a37a37031be98b1ca6f6a33c25ff5a872251 (patch)
treec5c3e9d015c996bdfa6ef19879ca343e51025734 /source/blender/blenkernel/BKE_cloth.h
parent2b42733105b4f7a89a880e53ea706a24515f0840 (diff)
Another try to fix IRIX compile
Diffstat (limited to 'source/blender/blenkernel/BKE_cloth.h')
-rw-r--r--source/blender/blenkernel/BKE_cloth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_cloth.h b/source/blender/blenkernel/BKE_cloth.h
index 005057339eb..181264137b3 100644
--- a/source/blender/blenkernel/BKE_cloth.h
+++ b/source/blender/blenkernel/BKE_cloth.h
@@ -60,6 +60,8 @@ struct CollisionTree;
#define LINUX
#ifndef __sgi
#define DO_INLINE inline
+#else
+#define DO_INLINE
#endif
#else
#define DO_INLINE __inline