diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-27 06:05:11 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-27 06:05:11 +0000 |
| commit | e53b516328d2d80fc71e5b9081db8ff4a8844aaf (patch) | |
| tree | d6927764957086a75b68cd9ac28c16106449f216 /error.c | |
| parent | a70233722514d11febf0ab0b251b920562ddc118 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ #define EXIT_SUCCESS 0 #endif -extern const char *ruby_description; +extern const char ruby_description[]; int ruby_nerrs; |
