diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2002-01-18 14:55:40 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2002-01-18 14:55:40 +0000 |
commit | 674012f083dde5a58742a74a6b4adf266ea17ed7 (patch) | |
tree | 7b7a8396081edaf4f57b851513002431a181c424 | |
parent | 9958ace40144f01b2428d87610789422b7c7f029 (diff) |
updated gl_mangle.h (Ray Tice)
-rw-r--r-- | include/GL/gl_mangle.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/include/GL/gl_mangle.h b/include/GL/gl_mangle.h index 42f36dcbe4..6aa2959216 100644 --- a/include/GL/gl_mangle.h +++ b/include/GL/gl_mangle.h @@ -1,14 +1,10 @@ -#if 0 /* $Id: gl_mangle.h,v 1.10 2002/01/16 23:51:09 brianp Exp $ */ +#if 0 /* $Id: gl_mangle.h,v 1.11 2002/01/18 14:55:40 brianp Exp $ */ # DO NOT EDIT!!! - TO REGENERATE from gl.h, EXECUTE THIS FILE IN KORN SHELL and save the output - # $Id: gl_mangle.h,v 1.10 2002/01/16 23:51:09 brianp Exp $ # This file is used to create GL function protypes and aliases for the function names files="gl.h glext.h" - #get regeneration header - everything in this file above the "REGENERATE_TO_END" line - awk 'BEGIN {copy=1} - copy==1 - /^\/\*REGENERATE_TO_END/ {copy=0} - ' $0 + #get regeneration header - copy everything in this file above the "REGENERATE_TO_END" line + awk '!done; /^\/\*REGENERATE_TO_END/ {done=1}' $0 echo "\n" #get aliases |