Browse Source

* fixed wasm32 compilation error in setjump.inc

git-svn-id: branches/wasm@48232 -
nickysn 4 years ago
parent
commit
0651e88682
1 changed files with 3 additions and 3 deletions
  1. 3 3
      rtl/wasm32/setjump.inc

+ 3 - 3
rtl/wasm32/setjump.inc

@@ -14,13 +14,13 @@
 
  **********************************************************************}
 
-function fpc_setjmp(var S : jmp_buf) : shortint;[Public, alias : 'FPC_SETJMP'];compilerproc;
+(*function fpc_setjmp(var S : jmp_buf) : shortint;{[Public, alias : 'FPC_SETJMP_'];}compilerproc;
   begin
   end;
 
 
-procedure fpc_longjmp(var S : jmp_buf;value : shortint);[Public, alias : 'FPC_LONGJMP'];compilerproc;
+procedure fpc_longjmp(var S : jmp_buf;value : shortint);{[Public, alias : 'FPC_LONGJMP_'];}compilerproc;
   begin
-  end;
+  end;*)