[svn:parrot] r41169 - trunk/include/parrot

petdance at svn.parrot.org petdance at svn.parrot.org
Wed Sep 9 04:15:04 UTC 2009


Author: petdance
Date: Wed Sep  9 04:15:03 2009
New Revision: 41169
URL: https://trac.parrot.org/parrot/changeset/41169

Log:
reverting previous patch, that I committed w/o even testing it, assuming that all would be OK with what Simon sent me.  Bad Andy.

Modified:
   trunk/include/parrot/compiler.h

Modified: trunk/include/parrot/compiler.h
==============================================================================
--- trunk/include/parrot/compiler.h	Wed Sep  9 04:07:45 2009	(r41168)
+++ trunk/include/parrot/compiler.h	Wed Sep  9 04:15:03 2009	(r41169)
@@ -40,10 +40,7 @@
 #  ifdef _MSC_VER
 #    define __attribute__noreturn__         __declspec(noreturn)
 #  else
-#    if __clang__
-#      define __attribute__noreturn__         __attribute__((analyzer_noreturn))
-#    else
-#      define __attribute__noreturn__         __attribute__(__noreturn__)
+#    define __attribute__noreturn__         __attribute__((__noreturn__))
 #  endif
 #endif
 #ifdef HASATTRIBUTE_PURE


More information about the parrot-commits mailing list