Implement token pasting as per the C++ specification, within the current style of the PP code. Non-identifiers (turning 12 ## 10 into the numeral 1210) is not yet covered; they should be a simple incremental change built on this one. Addresses issue #255.
7 lines
297 B
C
7 lines
297 B
C
// This header is generated by the make-revision script.
|
|
// For the version, it uses the latest git tag followed by the number of commits.
|
|
// For the date, it uses the current date (when then script is run).
|
|
|
|
#define GLSLANG_REVISION "Overload400-PrecQual.1696"
|
|
#define GLSLANG_DATE "19-Dec-2016"
|