summaryrefslogtreecommitdiff
path: root/error.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-27 06:05:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-27 06:05:11 +0000
commite53b516328d2d80fc71e5b9081db8ff4a8844aaf (patch)
treed6927764957086a75b68cd9ac28c16106449f216 /error.c
parenta70233722514d11febf0ab0b251b920562ddc118 (diff)
* common.mk (-IF-NO-STRING-LITERAL-CONCATENATION-): make description
and copyright literals. * configure.in: enable to make description and copyright literals if string literal concatenation is not available. * version.c (ruby_description, ruby_copyright): now always constant. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@17601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'error.c')
-rw-r--r--error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/error.c b/error.c
index c6d7e6e107..af72126f8e 100644
--- a/error.c
+++ b/error.c
@@ -29,7 +29,7 @@
#define EXIT_SUCCESS 0
#endif
-extern const char *ruby_description;
+extern const char ruby_description[];
int ruby_nerrs;