magic/calma
Darryl L. Miles 4887f71ca3 CIFread.h: fix struct cifrstyle.crs_layers type bool -> enum (unsigned char)
The type is actually an enum (assumed to be int by default) but relies
on the magic typedef to (unsigned char) so we make this explicit and
better document what the real type is.

I guess in the past it was really a bool with only 2 states NONE|TEXT.

C29 bool type compatibility
2025-01-07 14:02:07 -05:00
..
CalmaRdcl.c calma: use 'const' with 'rcsid' 2025-01-04 11:31:17 -05:00
CalmaRdio.c calma: use 'const' with 'rcsid' 2025-01-04 11:31:17 -05:00
CalmaRdpt.c calma: use 'const' with 'rcsid' 2025-01-04 11:31:17 -05:00
CalmaRead.c calma: use 'const' with 'rcsid' 2025-01-04 11:31:17 -05:00
CalmaWrite.c gcc11 -Wall -Wpedantic cleanup 2025-01-06 16:12:11 +00:00
CalmaWriteZ.c gcc11 -Wall -Wpedantic cleanup 2025-01-06 16:12:11 +00:00
Makefile Implemented native gzip compression/decompression using zlib routines. 2022-05-10 09:19:39 -04:00
calma.h printf: vararg functions use 'const' for format string 2025-01-03 09:08:14 +00:00
calmaInt.h CIFread.h: fix struct cifrstyle.crs_layers type bool -> enum (unsigned char) 2025-01-07 14:02:07 -05:00