components/ircii/patches/cast_sbox_h.patch
author Vladimir Marek <Vladimir.Marek@oracle.com>
Thu, 24 Oct 2013 13:26:21 +0200
branchs11u1-sru
changeset 2842 2168e180aa83
parent 367 6ee87227d15e
permissions -rw-r--r--
15803356 SUNBT7183526-12.0 Update gzip to version 1.5

--- ircii-20060725/include/cast_sbox.h.orig	2011-06-27 16:30:51.920110566 -0700
+++ ircii-20060725/include/cast_sbox.h	2011-06-27 16:31:14.238117457 -0700
@@ -9,7 +9,7 @@
  */
 
 /* sigh */
-#if __STDC__ /* || (__STDC__ == 0 && defined(__sun)) */
+#if __STDC__  || (__STDC__ == 0 && defined(__sun))
 #define U(x) x##U
 #define UL(x) x##UL
 #else