CVS: sml-dist/src/compiler/TopLevel/interact evalloop.sml,1.27,1.28

Matthias Blume <[email protected]>
Newsgroups gmane.comp.lang.sml.smlnj.commits
Message-ID <[email protected]>
Update of /cvsroot/smlnj/sml-dist/src/compiler/TopLevel/interact
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14854/src/compiler/TopLevel/interact

Modified Files:
	evalloop.sml 
Log Message:
fixed problem with bogus exn message when using btrace

Index: evalloop.sml
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/compiler/TopLevel/interact/evalloop.sml,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** evalloop.sml	23 Nov 2004 20:44:09 -0000	1.27
--- evalloop.sml	16 Nov 2005 16:21:43 -0000	1.28
***************
*** 246,250 ****
  	      | ExnDuringExecution exn => user_hdl exn
  	      | exn => if treatasuser then user_hdl exn else bug_hdl exn
!     in SMLofNJ.Internals.TDP.with_monitors thunk
         handle e => non_bt_hdl e
      end
--- 246,250 ----
  	      | ExnDuringExecution exn => user_hdl exn
  	      | exn => if treatasuser then user_hdl exn else bug_hdl exn
!     in SMLofNJ.Internals.TDP.with_monitors false thunk
         handle e => non_bt_hdl e
      end



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.