diff options
author | ttate <ttate@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-05-23 08:11:36 +0000 |
---|---|---|
committer | ttate <ttate@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-05-23 08:11:36 +0000 |
commit | c863d62b6f38f24bc2d61602e0a650e4710868cc (patch) | |
tree | b3a369d820c63e82782b77ff4734a9a0d38a121c /ext/dl/dl.h | |
parent | b04bb4fb26776f7e8558803ffd1cde67f9de637e (diff) |
Merged Nakada-san's patch [ruby-core:02916].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6393 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/dl/dl.h')
-rw-r--r-- | ext/dl/dl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dl/dl.h b/ext/dl/dl.h index 1faa316cf1..83aa5df108 100644 --- a/ext/dl/dl.h +++ b/ext/dl/dl.h @@ -1,4 +1,4 @@ -/* -*- C -*- +/* -*- mode: C; c-file-style: "gnu" -*- * $Id$ */ |