freebsd-ports/audio/maplay/files/patch-ap
Steve Price 20fe79de4b * Fixed patches not to change one file twice
* Rearrenged build target

PR:		15378
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-23 18:44:10 +00:00

19 lines
652 B
Text

*** all.h.orig Thu Jun 23 21:14:39 1994
--- all.h Thu Dec 9 05:32:18 1999
***************
*** 22,28 ****
#define ALL_H
typedef float real; // float should be enough
! typedef short bool;
typedef unsigned uint32; // 32 Bit unsigned integer
// some compilers may need "typedef unsigned long uint32" instead
typedef int int32; // 32 Bit signed integer
--- 22,28 ----
#define ALL_H
typedef float real; // float should be enough
! typedef short boolean;
typedef unsigned uint32; // 32 Bit unsigned integer
// some compilers may need "typedef unsigned long uint32" instead
typedef int int32; // 32 Bit signed integer