Fix conflicts
parent
0cc69c944e
commit
2111fa2236
|
@ -1,9 +1,10 @@
|
|||
USING: words kernel modules ;
|
||||
|
||||
REQUIRES: apps/automata apps/benchmarks apps/boids
|
||||
apps/factorbot apps/furnace-pastebin apps/hexdump
|
||||
apps/lindenmayer apps/mandel apps/raytracer apps/rss
|
||||
apps/space-invaders apps/tetris apps/turing ;
|
||||
apps/factorbot apps/fjsc-responder apps/furnace-pastebin
|
||||
apps/hexdump apps/lindenmayer apps/mandel apps/random-tester
|
||||
apps/raytracer apps/rss apps/space-invaders apps/tetris
|
||||
apps/turing ;
|
||||
|
||||
"x11" vocab [
|
||||
"apps/factory" require
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
! Copyright (C) 2005 Alex Chapman.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
IN: embedded
|
||||
USING: sequences kernel parser math namespaces io html test ;
|
||||
USING: sequences kernel parser math namespaces io html test errors ;
|
||||
|
||||
! if example.fhtml contains:
|
||||
! <html>
|
||||
|
|
Loading…
Reference in New Issue