summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-16 14:07:06 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-16 14:07:06 +0000
commit3c44ed628fabf20c8926c86d56d3fd88985eebcd (patch)
tree52a80be1a82ab46d46b9704465eab98d86decf96
parent1592c8180cc4b564d2a82c4b4dc49b44efb3d143 (diff)
downloadruby-3c44ed628fabf20c8926c86d56d3fd88985eebcd.tar.gz
ruby-3c44ed628fabf20c8926c86d56d3fd88985eebcd.tar.xz
ruby-3c44ed628fabf20c8926c86d56d3fd88985eebcd.zip
* missing/fileblocks.c: add for autoconf.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--missing/fileblocks.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d461ec74..ae439ff8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Mar 16 22:43:53 2002 WATANABE Hirofumi <eban@ruby-lang.org>
+
+ * missing/fileblocks.c: add for autoconf.
+
Fri Mar 15 19:47:31 2002 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
* win32/win32.c (StartSockets): remove duplicated lines.
diff --git a/missing/fileblocks.c b/missing/fileblocks.c
new file mode 100644
index 000000000..ccb8d667b
--- /dev/null
+++ b/missing/fileblocks.c
@@ -0,0 +1 @@
+/* dummy for autoconf */