diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-03-21 03:51:23 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-03-21 03:51:23 +0000 |
| commit | bbef5ed36272e5fd5338b7cd0c6454b7fe8d3559 (patch) | |
| tree | bcbfade4256a125351d474349ab2cdd1aeafc6ed /ruby.h | |
| parent | 1867de32a9e5de6134df992f00d23eff46a82642 (diff) | |
* ruby.h: rb_sys_stat -> stat
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1268 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.h')
| -rw-r--r-- | ruby.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -592,10 +592,6 @@ rb_special_const_p(VALUE obj) static char *dln_libs_to_be_linked[] = { EXTLIB, 0 }; #endif -#ifndef rb_sys_stat -#define rb_sys_stat stat -#endif - #if defined(__cplusplus) } /* extern "C" { */ #endif |
