ERROR: should be inside the IN:

db4
Doug Coleman 2008-04-06 21:07:21 -05:00
parent 43a8a58a14
commit ddb1749c57
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,7 @@
USING: alien alien.syntax combinators kernel parser sequences
system words namespaces hashtables init math arrays assocs
continuations ;
IN: opengl.gl.extensions
ERROR: unknown-gl-platform ;
<< {
@ -9,7 +10,6 @@ ERROR: unknown-gl-platform ;
{ [ os unix? ] [ "opengl.gl.unix" ] }
{ [ t ] [ unknown-gl-platform ] }
} cond use+ >>
IN: opengl.gl.extensions
SYMBOL: +gl-function-number-counter+
SYMBOL: +gl-function-pointers+