magic/calma
Darryl L. Miles bfc82e43db MacOS: FREAD rename to magicFREAD due to sys/fcntl.h definition
Example build issue using MacOS 12 (Xcode 14.2 from MacOSX.platform).

In file included from grTk1.c:23:
In file included from ../utils/main.h:26:
In file included from ../windows/windows.h:26:
../utils/magic.h:143:13: warning: 'FREAD' macro redefined [-Wmacro-redefined]
    #define FREAD(a,b,c,d)    gzread(d,a,b*c)
            ^
/Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:110:9: note: previous definition is here
 #define FREAD           0x00000001
2024-12-26 12:52:25 -05:00
..
CalmaRdcl.c K&R calma/*.c: bulk function implementation conversion 2024-12-26 12:44:50 -05:00
CalmaRdio.c MacOS: FREAD rename to magicFREAD due to sys/fcntl.h definition 2024-12-26 12:52:25 -05:00
CalmaRdpt.c K&R calma/*.c: bulk function implementation conversion 2024-12-26 12:44:50 -05:00
CalmaRead.c K&R CalmaRead.c: too many args for calmaLookCell() 2024-12-26 12:44:50 -05:00
CalmaWrite.c MacOS: FREAD rename to magicFREAD due to sys/fcntl.h definition 2024-12-26 12:52:25 -05:00
CalmaWriteZ.c K&R calma: move internal prototypes and typedef to calmaInt.h 2024-12-26 12:44:50 -05:00
Makefile Implemented native gzip compression/decompression using zlib routines. 2022-05-10 09:19:39 -04:00
calma.h K&R calma: move internal prototypes and typedef to calmaInt.h 2024-12-26 12:44:50 -05:00
calmaInt.h K&R calma: move internal prototypes and typedef to calmaInt.h 2024-12-26 12:44:50 -05:00