index
:
gl4java.git
jausoft
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
C2J
/
mesa40-header
/
pre2orig-proto.awk
blob: 64ca8790043ad9e1aa41868b03d508a9c2d4fe56 (
plain
)
1
2
3
BEGIN
{ }
/
^
[
\t
]*
GL
[
U
]
?API
/,/;/ {
print
$
0
; }
END
{ }