mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
9bc10b0f3d
you have this in your code, 'double alpha[30];'. The preprocessor does what it's supposed to do and replaces all of occurrences of alpha with 1 and the compiler sees code like this 'double 1[10]' which it summarily yacks on. :) |
||
---|---|---|
.. | ||
patch-ab | ||
patch-ac | ||
patch-ad | ||
patch-ae | ||
patch-ah | ||
patch-ai |