Forum Discussion
Altera_Forum
Honored Contributor
12 years agoint c = a <? b; // what is it ? operator ? digraph ? compiler options ?
I search information about this instruction : int c = a <? b; A sample of code who compiled with an older version of nios2-elf-gcc (NIOS II EDS 6.0) : int foo(int a, int b)
{
int c = ...
Altera_Forum
Honored Contributor
12 years agoLooks like a typo, or something tried to process it in some markup language and got confused.
You'll probably have to work out what was meant from the context.