patches/shishi-01-min.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 354 51fde3402cdb
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
354
51fde3402cdb 2007-07-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     1
--- shishi-0.0.32/lib/tkts.c.orig	2007-07-27 22:12:06.498009754 +0700
51fde3402cdb 2007-07-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     2
+++ shishi-0.0.32/lib/tkts.c	2007-07-27 22:12:15.394054880 +0700
51fde3402cdb 2007-07-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     3
@@ -22,6 +22,8 @@
51fde3402cdb 2007-07-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     4
 
51fde3402cdb 2007-07-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     5
 #include "internal.h"
51fde3402cdb 2007-07-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     6
 
51fde3402cdb 2007-07-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     7
+#define MIN(a,b) (((a)<(b))?(a):(b))
51fde3402cdb 2007-07-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     8
+
51fde3402cdb 2007-07-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     9
 struct Shishi_tkts
51fde3402cdb 2007-07-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    10
 {
51fde3402cdb 2007-07-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    11
   Shishi *handle;