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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-03-03 00:57:16 +0300
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-03-03 00:57:16 +0300
commit6f4ff64570bcf534c85d8b37da45d20473a0ac6d (patch)
treee1737416892e5715779823ccc19d9cce89afc21e /source/creator
parent6a681bca4531d31acac0080a18fd2d7aa283d900 (diff)
parentd088bd80ea6e98092b9517636ed00f4ad85dec5f (diff)
Merged changes in the trunk up to revision 27226 (Blender 2.5 alpha 2 release point).
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index dd68128a55f..cb9b76f60af 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -109,11 +109,11 @@
// from buildinfo.c
#ifdef BUILD_DATE
-extern char * build_date;
-extern char * build_time;
-extern char * build_rev;
-extern char * build_platform;
-extern char * build_type;
+extern const char * build_date;
+extern const char * build_time;
+extern const char * build_rev;
+extern const char * build_platform;
+extern const char * build_type;
#endif
/* Local Function prototypes */