]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/opengl/annotations/annotations.factor
core/basis: Rename words dealing with vocabs to loaded-vocabs or disk-vocabs because...
[factor.git] / basis / opengl / annotations / annotations.factor
index 54334c8aef0bd37bc06b3870395b25cad3c06e14..ef4e13c78417c41b483864fd428325ee87295209 100644 (file)
@@ -25,7 +25,7 @@ gl-error-log [ V{ } clone ] initialize
     name>> { [ "glGetError" = not ] [ "gl" head? ] [ third LETTER? ] } 1&& ;
 
 : gl-functions ( -- words )
-    "opengl.gl" lookup-vocab words [ gl-function? ] filter ;
+    "opengl.gl" lookup-vocab vocab-words [ gl-function? ] filter ;
 
 : annotate-gl-functions ( quot -- )
     [