diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-05-12 07:22:57 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-05-12 07:22:57 +0000 |
commit | 4ce15bf491bf119c67a3469b4a4bbee42f0457e1 (patch) | |
tree | 3d38895f696dc2697dba35e216eeedbee3a6f365 /error.c | |
parent | 7f2c079e46b92352581220e4cff94c19409c0c9a (diff) |
vm_dump.c: statement for crash report log
* vm_dump.c (preface_dump): move the statement to include crash
report log file from REPORTBUG_MSG in error.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50475 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'error.c')
-rw-r--r-- | error.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -47,9 +47,6 @@ static const char REPORTBUG_MSG[] = " or extension libraries.\n" \ "Bug reports are welcome.\n" \ "" -#if defined __APPLE__ - "Don't forget to include the above Crash Report log file.\n" -#endif "For details: http://www.ruby-lang.org/bugreport.html\n\n" \ ; |