components/ircii/patches/cast_sbox_h.patch
author Petr Sumbera <petr.sumbera@oracle.com>
Tue, 22 May 2012 04:06:19 -0500
branchs11-sru
changeset 2280 1cd8b83ac351
parent 367 6ee87227d15e
permissions -rw-r--r--
7085706 update vim to 7.3.421 7129634 vim does not support ZFS ACLs so they are lost when editing files 7109350 gvim has 64-bit runpath

--- 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