ERROR: should be inside the IN:
parent
43a8a58a14
commit
ddb1749c57
|
@ -1,6 +1,7 @@
|
||||||
USING: alien alien.syntax combinators kernel parser sequences
|
USING: alien alien.syntax combinators kernel parser sequences
|
||||||
system words namespaces hashtables init math arrays assocs
|
system words namespaces hashtables init math arrays assocs
|
||||||
continuations ;
|
continuations ;
|
||||||
|
IN: opengl.gl.extensions
|
||||||
|
|
||||||
ERROR: unknown-gl-platform ;
|
ERROR: unknown-gl-platform ;
|
||||||
<< {
|
<< {
|
||||||
|
@ -9,7 +10,6 @@ ERROR: unknown-gl-platform ;
|
||||||
{ [ os unix? ] [ "opengl.gl.unix" ] }
|
{ [ os unix? ] [ "opengl.gl.unix" ] }
|
||||||
{ [ t ] [ unknown-gl-platform ] }
|
{ [ t ] [ unknown-gl-platform ] }
|
||||||
} cond use+ >>
|
} cond use+ >>
|
||||||
IN: opengl.gl.extensions
|
|
||||||
|
|
||||||
SYMBOL: +gl-function-number-counter+
|
SYMBOL: +gl-function-number-counter+
|
||||||
SYMBOL: +gl-function-pointers+
|
SYMBOL: +gl-function-pointers+
|
||||||
|
|
Loading…
Reference in New Issue