magic/resis
Darryl L. Miles f010d4d20b resis.h: create RESTRUE to replace use of TRUE macro ((bool)1)
Looks to be used as integer bitmask which is flagged by compiler warning
as dubious, when using compiler provided type 'bool' from stdbool.h
in C99 instead of unsigned char type.

C29 bool type compatibility
2025-01-07 14:02:07 -05:00
..
Makefile Corrected CalmaRead to remove a syntax error that managed to end up in 2021-06-06 21:44:52 -04:00
ResBasic.c Updated the revision number to go along with the merge of pull 2024-10-01 12:56:31 -04:00
ResChecks.c Additional changes, almost all stylistic, to make the resis/ section 2021-05-26 22:34:36 -04:00
ResDebug.c gcc11 -Wall -Wpedantic cleanup 2025-01-06 16:12:11 +00:00
ResFract.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
ResJunct.c Applied patch from Darryl Miles that prevents a segfault on an 2024-12-26 16:39:23 -05:00
ResMain.c Applied patch from Darryl Miles that prevents a segfault on an 2024-12-26 16:39:23 -05:00
ResMakeRes.c 12 x warning: suggest parentheses around '&&' within '||' 2024-10-09 21:12:55 -04:00
ResMerge.c resis.h: create RESTRUE to replace use of TRUE macro ((bool)1) 2025-01-07 14:02:07 -05:00
ResPrint.c 37 x warning: array subscript has type 'char' 2024-10-09 21:12:55 -04:00
ResReadSim.c 35 x warning: suggest parentheses around assignment used as truth value 2024-10-09 21:12:55 -04:00
ResRex.c Lookup() constify call-site 2024-12-26 15:20:58 -05:00
ResSimple.c 12 x warning: suggest parentheses around '&&' within '||' 2024-10-09 21:12:55 -04:00
ResUtils.c Committing a patch to prevent segfaulting during "extresist" when 2024-04-16 20:51:52 -04:00
ResWrite.c Additional changes, almost all stylistic, to make the resis/ section 2021-05-26 22:34:36 -04:00
resis.h resis.h: create RESTRUE to replace use of TRUE macro ((bool)1) 2025-01-07 14:02:07 -05:00