Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xmlconfig: use the portable __VA_ARGS__ | Emil Velikov | 2017-08-26 | 1 | -6/+6 |
| | | | | | | | | | | | Follow the example used through mesa and use "..." + "__VA_ARGS__". The former tends to be more common and portable. v2: use ##__VA_ARGS__ (Eric) Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]> | ||||
* | xmlconfig: move into src/util | Nicolai Hähnle | 2017-07-31 | 1 | -0/+1113 |
v2: attempt to fix Android build (Emil) v3: add missing include path Reviewed-by: Marek Olšák <[email protected]> (v1) |