diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-10 08:25:01 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-10 08:25:01 +0000 |
commit | 00a3fa44c3a7393d9509b80387a963abc21271ef (patch) | |
tree | 52036b7045f1d13db247cf44e99fb77ef939e9db /transcode.c | |
parent | 0b826dda97acd2b542c28811266864abefa69fa1 (diff) | |
download | ruby-00a3fa44c3a7393d9509b80387a963abc21271ef.tar.gz ruby-00a3fa44c3a7393d9509b80387a963abc21271ef.tar.xz ruby-00a3fa44c3a7393d9509b80387a963abc21271ef.zip |
* transcode*.[ch], test/ruby/test_transcode.rb: set properties.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14175 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'transcode.c')
-rw-r--r-- | transcode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/transcode.c b/transcode.c index 697332fa5..805e9e4a8 100644 --- a/transcode.c +++ b/transcode.c @@ -2,8 +2,8 @@ transcode.c - - $Author: duerst $ - $Date: 2007-10-30 16:10:22 +0900 (Tue, 30 Oct 2007) $ + $Author$ + $Date$ created at: Tue Oct 30 16:10:22 JST 2007 Copyright (C) 2007 Martin Duerst |