"Eric Pouech" pouech-eric@wanadoo.fr wrote:
+static unsigned is_dt_flag_valid(unsigned d_tag) +{ +#ifndef DT_PROCNUM +#define DT_PROCNUM 0 +#endif +#ifndef DT_EXTRANUM +#define DT_PROCNUM 0 +#endif
Shouldn't in the latter case it be:
#ifndef DT_EXTRANUM #define DT_EXTRANUM 0 #endif