Closed orlof closed 11 years ago
That shouldn't change depending on whether or not the filesystem is case sensitive o.o
but there should be case sensitivity.
Check this line: https://github.com/DCPUTeam/DCPUToolchain/blob/master/libdcpu-pp/directives/asm/define.c#L373
In the definitions in the main initialization block, the case_sensitivity field is set where as for definitions it's omitted. Thus under different platforms (and even different runs), this won't be initialized correctly and could be either true or false.
This should now be fixed.
define TEST 0xbeef
set [test], 0
Shouldn't the case sensitivity be handled consistently for tool chain to be platform independent? (IMHO linux case sensitivity is better)