blob: c49b6c8d8741303c163d15222f9fc71d61dcde88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-am,v 1.1 2007/10/13 07:54:31 rillig Exp $
See patch-al.
--- packages/xpce/src/h/types.h.orig 2006-04-05 09:29:15.000000000 +0200
+++ packages/xpce/src/h/types.h 2007-10-13 09:41:46.000000000 +0200
@@ -63,7 +63,7 @@ typedef struct binary_condition * Binary
typedef struct binding * Binding;
typedef struct assignment * Assignment;
typedef struct block * Block;
-typedef struct bool * Bool;
+typedef struct swi_bool * Bool;
typedef struct c_pointer * CPointer;
typedef struct cell * Cell;
typedef struct chain * Chain;
|