Re: 2.4.9 does not compile [PATCH]

From: Jeff Dike (jdike@karaya.com)
Date: Thu Aug 16 2001 - 22:55:16 EST


aia21@cam.ac.uk said:
> There are no clashes; unless my knowledge of C has abandoned me at the
> moment, you can reuse variable names within local statement blocks
> and the compiler is intelligent enough to sort it out.

Sorry, you're right. I wasn't thinking this through enough. I was thinking
that
        min(a, min(b, c))
would cause cpp to do things like
        int __x = (__x)

It seems the only problematic case is calling it with __x type arguments.

                                Jeff

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Aug 23 2001 - 21:00:20 EST