[Vm-dev] [commit][3243] ELiminate a compiler warning for redef of setjmp in the Alien plugin

commits at squeakvm.org commits at squeakvm.org
Sat Jan 31 02:14:58 UTC 2015


Revision: 3243
Author:   eliot
Date:     2015-01-30 18:14:57 -0800 (Fri, 30 Jan 2015)
Log Message:
-----------
ELiminate a compiler warning for redef of setjmp in the Alien plugin

Modified Paths:
--------------
    trunk/platforms/Cross/plugins/IA32ABI/ia32abi.h

Property Changed:
----------------
    trunk/platforms/Cross/plugins/sqPluginsSCCSVersion.h

Modified: trunk/platforms/Cross/plugins/IA32ABI/ia32abi.h
===================================================================
--- trunk/platforms/Cross/plugins/IA32ABI/ia32abi.h	2015-01-31 01:22:54 UTC (rev 3242)
+++ trunk/platforms/Cross/plugins/IA32ABI/ia32abi.h	2015-01-31 02:14:57 UTC (rev 3243)
@@ -49,6 +49,8 @@
  * wanted or necessary.
  */
 #if !defined(WIN32)
+# undef setjmp
+# undef longjmp
 # define setjmp _setjmp
 # define longjmp _longjmp
 #endif


Property changes on: trunk/platforms/Cross/plugins/sqPluginsSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Fri Jan 30 17:22:45 PST 2015
   + Fri Jan 30 18:15:18 PST 2015



More information about the Vm-dev mailing list