mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 05:00:09 +01:00
updated gl_mangle.h (Ray Tice)
This commit is contained in:
parent
9958ace401
commit
674012f083
1 changed files with 3 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue