Browse Source

+ uncommented the setjump/longjump declarations, in order to get more of the RTL to compile

git-svn-id: branches/wasm@48217 -
nickysn 4 years ago
parent
commit
55db998529
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rtl/wasm32/setjumph.inc

+ 2 - 2
rtl/wasm32/setjumph.inc

@@ -19,5 +19,5 @@ type
    end;
    end;
    pjmp_buf = ^jmp_buf;
    pjmp_buf = ^jmp_buf;
 
 
-{function setjmp(var S : jmp_buf) : shortint;[external name 'FPC_SETJMP'];
-procedure longjmp(var S : jmp_buf;value : shortint);[external name 'FPC_LONGJMP'];}
+function setjmp(var S : jmp_buf) : shortint;[external name 'FPC_SETJMP'];
+procedure longjmp(var S : jmp_buf;value : shortint);[external name 'FPC_LONGJMP'];