diff options
| author | ttate <ttate@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-06-10 18:23:39 +0000 |
|---|---|---|
| committer | ttate <ttate@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-06-10 18:23:39 +0000 |
| commit | 8f0b05258437cc12e4fb48171a638f4e98e74f10 (patch) | |
| tree | 5934090e772e41a4b3f75a7744a031f4576d60b1 /ext/dl/lib | |
| parent | 1e37c683c1d1debfdf1da043bec2cf5159bb073b (diff) | |
| download | ruby-8f0b05258437cc12e4fb48171a638f4e98e74f10.tar.gz ruby-8f0b05258437cc12e4fb48171a638f4e98e74f10.tar.xz ruby-8f0b05258437cc12e4fb48171a638f4e98e74f10.zip | |
bugfix.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/dl/lib')
| -rw-r--r-- | ext/dl/lib/dl/types.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dl/lib/dl/types.rb b/ext/dl/lib/dl/types.rb index 51489921f..53680ac53 100644 --- a/ext/dl/lib/dl/types.rb +++ b/ext/dl/lib/dl/types.rb @@ -88,6 +88,7 @@ module DL ["long", "L", nil, nil, nil, nil], ["float", "F", nil, nil, nil, nil], ["double", "D", nil, nil, nil, nil], + [/char\s*\*/,"S",nil, nil, nil, nil], [/.+\*/, "P", nil, nil, nil, nil], [/.+\[\]/, "a", nil, nil, nil, nil], ["void", "0", nil, nil, nil, nil], |
