16 Mar
2008
16 Mar
'08
18:27
I've got some code that looks roughly like this: (global scope) : static struct action process_table[] = { { 0, process2_250 }, { 1, process2_550 }, . . . }; process2_250 and process2_550 are external references, but intended to be resolved at link time, not load time. When I compile I get "error: initializer element is not constant". Can this be made to work? /Per Jessen, Zürich --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-programming+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-programming+help@opensuse.org