From 21dc23a7070e2c3e5a97772ff5a00b1dc4e83fab Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Mon, 20 Nov 2006 03:06:18 +0000 Subject: Updated glext.h to current one from khronos.org subversion repository including OpenGL 2.1 entry points and definitions. Minor changes to GlueGen and PCPP to allow slightly more complicated #ifdef constructs and new Windows built-in types to parse. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@50 a78bb65f-1512-4460-ba86-f6dc96a7bf27 --- src/java/com/sun/gluegen/cgram/GnuCParser.g | 1 + 1 file changed, 1 insertion(+) (limited to 'src/java/com/sun/gluegen/cgram/GnuCParser.g') diff --git a/src/java/com/sun/gluegen/cgram/GnuCParser.g b/src/java/com/sun/gluegen/cgram/GnuCParser.g index c90e011..e087a5c 100644 --- a/src/java/com/sun/gluegen/cgram/GnuCParser.g +++ b/src/java/com/sun/gluegen/cgram/GnuCParser.g @@ -308,6 +308,7 @@ typeSpecifier [int specCount] returns [int retSpecCount] | "char" | "short" | "int" + | "__int32" | "__int64" | "long" | "float" -- cgit v1.2.3