Woody Baker - 2023-12-01

Installed the latest version, wrote a simple program, and am getting errors in stdlib.h and ctype.h
63 34 C:\Program Files (x86)\Dev-Cpp\MinGW64\x86_64-w64-mingw32\include\ctype.h [Error] stray '##' in program
63 36 C:\Program Files (x86)\Dev-Cpp\MinGW64\x86_64-w64-mingw32\include\ctype.h [Error] expected '=', ',', ';', 'asm' or 'attribute' before '_pwctype'

105 22 C:\Program Files (x86)\Dev-Cpp\MinGW64\x86_64-w64-mingw32\include\stdlib.h [Error] stray '##' in program
105 24 C:\Program Files (x86)\Dev-Cpp\MinGW64\x86_64-w64-mingw32\include\stdlib.h [Error] expected '=', ',', ';', 'asm' or 'attribute' before 'mb_cur_max'
171 22 C:\Program Files (x86)\Dev-Cpp\MinGW64\x86_64-w64-mingw32\include\stdlib.h [Error] stray '##' in program
171 24 C:\Program Files (x86)\Dev-Cpp\MinGW64\x86_64-w64-mingw32\include\stdlib.h [Error] expected '=', ',', ';', 'asm' or '__attribute
' before 'argc'
179 25 C:\Program Files (x86)\Dev-Cpp\MinGW64\x86_64-w64-mingw32\include\stdlib.h [Error] stray '##' in program
179 27 C:\Program Files (x86)\Dev-Cpp\MinGW64\x86_64-w64-mingw32\include\stdlib.h [Error] expected '=', ',', ';', 'asm' or '__attribute
' before '__argv'

Needless to say, this has be blocked.
In my code, I get a couple warnings as well.

58 26 C:\bin2hex_modified_1.c [Warning] passing argument 2 of 'strtol' from incompatible pointer type
421 35 C:\Program Files (x86)\Dev-Cpp\MinGW64\x86_64-w64-mingw32\include\stdlib.h [Note] expected 'char ** restrict' but argument is of type 'char ***'