Mesa (master): glcpp: Update README for new support of __LINE__ and __FILE__.

Carl Worth cworth at kemper.freedesktop.org
Thu Nov 29 21:08:19 UTC 2012


Module: Mesa
Branch: master
Commit: 9ff6b528867a2ad16be44ed6d023069a9a924b8d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9ff6b528867a2ad16be44ed6d023069a9a924b8d

Author: Carl Worth <cworth at cworth.org>
Date:   Wed Nov 28 21:43:45 2012 -0800

glcpp: Update README for new support of __LINE__ and __FILE__.

Drop these from the known limitations list since support was recently added
for these.

Also, fix a typo while in the area, (and the oddly missing final newline).

Reviewed-by: Matt Turner <mattst88 at gmail.com>

---

 src/glsl/glcpp/README |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/glsl/glcpp/README b/src/glsl/glcpp/README
index 0b5ef50..0637935 100644
--- a/src/glsl/glcpp/README
+++ b/src/glsl/glcpp/README
@@ -20,13 +20,11 @@ to encounter and deal with the following preprocessor macros:
 	#pragma
 	#extension
 
-All other macros will be handles according to the GLSL specification
+All other macros will be handled according to the GLSL specification
 and will not appear in the output.
 
 Known limitations
 -----------------
-The __LINE__ and __FILE__ macros are not yet supported.
-
 A file that ends with a function-like macro name as the last
 non-whitespace token will result in a parse error, (where it should be
 passed through as is).
\ No newline at end of file




More information about the mesa-commit mailing list