diff options
author | kosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-07-09 15:52:49 +0000 |
---|---|---|
committer | kosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-07-09 15:52:49 +0000 |
commit | 3e1d8aab1731e671b8daf266bbdb99196ff95421 (patch) | |
tree | 8799c74bdd5f62ca9cd059b374cdda6ef59272bf /vm_dump.c | |
parent | f40412e258012af48595fab97ac23365b9b117ec (diff) | |
download | ruby-3e1d8aab1731e671b8daf266bbdb99196ff95421.tar.gz |
* dln.c: Simplify and make consistent an ifdef for Mac OS X.
* ext/socket/rubysocket.h: ditto.
* ext/tk/stubs.c: ditto.
* io.c: ditto.
* process.c: ditto.
* signal.c: ditto.
* vm_dump.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_dump.c')
-rw-r--r-- | vm_dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -761,7 +761,7 @@ rb_vm_bugreport(void) "-------------------------------------------\n"); { -#if defined __MACH__ && defined __APPLE__ +#if defined __APPLE__ fprintf(stderr, "\n"); fprintf(stderr, " See Crash Report log file under " "~/Library/Logs/CrashReporter or\n"); |