| commit | 188a5a7a3af54bd45383c72e452d627d33e63391 | [log] [tgz] |
|---|---|---|
| author | Jack Palevich <jackpal@google.com> | Tue Oct 27 17:23:20 2009 -0700 |
| committer | Jack Palevich <jackpal@google.com> | Tue Oct 27 17:23:20 2009 -0700 |
| tree | 30bdda1c3a1a6875ca339eb1fa18485ce7299130 | |
| parent | 66d487487fd117df392e6bb88ffa7d7b3d16d45d [diff] |
Support nested macros. (Still don't support macro arguments.)
Now you can say:
#define A B
#define B C
#define C 4
int x = A;
And it will work as expected.
Print an error message rather than assert when we're expecting a
function value, but don't find one.