From 1d27084043855d2609b54d3435f0bd85e39762e2 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 21 Dec 2004 21:26:36 +0000 Subject: Added some comments and fixed typeos. Slightly refactored the way function parameters are iterated. There are no changes in the generated code. --- src/mesa/glapi/gl_apitemp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/glapi/gl_apitemp.py') diff --git a/src/mesa/glapi/gl_apitemp.py b/src/mesa/glapi/gl_apitemp.py index 1e5c3f4efa5..533cc65becd 100644 --- a/src/mesa/glapi/gl_apitemp.py +++ b/src/mesa/glapi/gl_apitemp.py @@ -48,7 +48,7 @@ class PrintGlOffsets(gl_XML.FilterGLAPISpecBase): t_string = "" comma = "" - for p in f: + for p in f.parameterIterator(): cast = "" if p.is_pointer: -- cgit v1.2.3