]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/nehe/2/2.factor
Fixing conflicts from stack checker changes
[factor.git] / extra / nehe / 2 / 2.factor
index fdb53ef2541f2a7360d6c44d2b8f3be7394fa55f..1a77b501f0d561d31721da7d0af6557606901ba3 100644 (file)
@@ -8,7 +8,7 @@ CONSTANT: width 256
 CONSTANT: height 256
 
 : <nehe2-gadget> (  -- gadget )
-  nehe2-gadget new-gadget ;
+  nehe2-gadget new ;
 
 M: nehe2-gadget pref-dim* ( gadget -- dim )
   drop width height 2array ;