[pure-lang-svn] SF.net SVN: pure-lang:[602] pure/trunk/pure.cc
Status: Beta
Brought to you by:
agraef
|
From: <ag...@us...> - 2008-08-24 12:46:17
|
Revision: 602
http://pure-lang.svn.sourceforge.net/pure-lang/?rev=602&view=rev
Author: agraef
Date: 2008-08-24 12:46:27 +0000 (Sun, 24 Aug 2008)
Log Message:
-----------
Comment change.
Modified Paths:
--------------
pure/trunk/pure.cc
Modified: pure/trunk/pure.cc
===================================================================
--- pure/trunk/pure.cc 2008-08-24 12:42:34 UTC (rev 601)
+++ pure/trunk/pure.cc 2008-08-24 12:46:27 UTC (rev 602)
@@ -232,7 +232,6 @@
want_prelude = true, have_prelude = false;
// This is used in advisory stack checks.
interpreter::baseptr = &base;
- // make sure that SIGPIPE is ignored
/* Set up handlers for all standard POSIX termination signals (except
SIGKILL which is unmaskable). SIGPIPE is ignored by default, all others
are mapped to Pure exceptions of the form 'signal SIG', so that they can
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|