Browse Source

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

git-svn-id: trunk@20838 -
Jonas Maebe 13 years ago
parent
commit
2c1f98320f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/unix/cwstring.pp

+ 1 - 0
rtl/unix/cwstring.pp

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