* disable implicit exception frames, no exceptions are raised by this unit

git-svn-id: trunk@20838 -
This commit is contained in:
Jonas Maebe 2012-04-11 18:06:18 +00:00
parent 16692ff7c1
commit 2c1f98320f

View File

@ -15,6 +15,7 @@
{$mode objfpc}
{$inline on}
{$implicitexceptions off}
unit cwstring;