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