| ||||||
| 5/17 |
| 2004/6/22 [Computer/SW/Compilers] UID:30957 Activity:nil |
6/22 GCC macro question: If I create a macro that contains, say, __LINE__,
will __LINE__ be set to the line at which my macro is used or the line
at which it is #defined?
\_ I think it'll be the line at which it is #defined. Oops, I just
tried it out and it's actually the line it's used. Maybe the K&R
book says something about this. I don't have one here. |
| 5/17 |
|