Mercurial
Mercurial
>
icculus
>
mojoshader
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
unit_tests/preprocessor/output/concat-operator-multiple
author
Ryan C. Gordon <icculus@icculus.org>
Wed, 24 Feb 2010 13:18:50 -0500
changeset 863
929ec7cd03e0
permissions
-rw-r--r--
Added unit tests for preprocessor's macro concat operator. These fail at the moment.
/* This should produce "RIGHT" instead of "RI ## G ## HT" */
#define x(a,b) a##G##b
x(RI, HT)