[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
#ifndef ZERO_SIZE_ARRAY
#define ZERO_SIZE_ARRAY(type, name) type name[]
#endif
Tests/test is the preferred Allegro benchmark.
> Actually, it is not as poor-behaved as you may think. The Intel C compiler
> is highly compatible with gcc, both in the commandline options and the
> language features (GNU extensions).
Yes, I know, but it is still lagging in numerous domains.
> It isn't a big issue though, as icc has a -no-gcc switch to tell the
> compiler not to #define __GNUC__.
Fine. This should be the default.
--
Eric Botcazou