summaryrefslogtreecommitdiffstats
path: root/dmydln.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-20 14:25:34 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-20 14:25:34 +0000
commit9caca17d42da338ed2f7e28e060e5ccd522562d2 (patch)
treeeb900b24a105da3d67f6ed7f346194d75a05d349 /dmydln.c
parent1c8d19b68718704aa8ad253ea6504d60bcc61e8f (diff)
downloadruby-9caca17d42da338ed2f7e28e060e5ccd522562d2.tar.gz
ruby-9caca17d42da338ed2f7e28e060e5ccd522562d2.tar.xz
ruby-9caca17d42da338ed2f7e28e060e5ccd522562d2.zip
* Makefile.in, common.mk: miniruby depens on MINIOBJS.
* dmydln.c (dln_load): dummy function to raise LoadError. * cygwin/GNUmakefile.in, {bcc32,win32,wince}/Makefile.sub: miniruby can't load extensions on Windows. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'dmydln.c')
-rw-r--r--dmydln.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dmydln.c b/dmydln.c
new file mode 100644
index 000000000..09ea06806
--- /dev/null
+++ b/dmydln.c
@@ -0,0 +1,2 @@
+#define NO_DLN_LOAD 1
+#include "dln.c"