PR: 18843 Submitted by: Randall Hopper <aa8vb@nc.rr.com>
PR: 14213 Submitted by: Tatsuto Toyonaga <toyonaga@msd.ts.fujitsu.co.jp>
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. :)