From 7d4b64e3616bb2645b7e94a6c20ef1c1bd8bf319 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 11 Aug 2010 21:51:19 -0700 Subject: [PATCH] rename benchmark.struct to tools.time.struct since it is not a benchmark --- extra/game/loop/loop.factor | 2 +- extra/{benchmark => tools/time}/struct/authors.txt | 0 extra/{benchmark => tools/time}/struct/struct.factor | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename extra/{benchmark => tools/time}/struct/authors.txt (100%) rename extra/{benchmark => tools/time}/struct/struct.factor (97%) diff --git a/extra/game/loop/loop.factor b/extra/game/loop/loop.factor index ddb5f8b17d..1bdcece936 100644 --- a/extra/game/loop/loop.factor +++ b/extra/game/loop/loop.factor @@ -3,7 +3,7 @@ USING: accessors timers alien.c-types calendar classes.struct continuations destructors fry kernel math math.order memory namespaces sequences specialized-vectors system tools.memory ui ui.gadgets.worlds vm vocabs.loader arrays -benchmark.struct locals ; +tools.time.struct locals ; IN: game.loop TUPLE: game-loop diff --git a/extra/benchmark/struct/authors.txt b/extra/tools/time/struct/authors.txt similarity index 100% rename from extra/benchmark/struct/authors.txt rename to extra/tools/time/struct/authors.txt diff --git a/extra/benchmark/struct/struct.factor b/extra/tools/time/struct/struct.factor similarity index 97% rename from extra/benchmark/struct/struct.factor rename to extra/tools/time/struct/struct.factor index addc40ddba..1f63fc0528 100644 --- a/extra/benchmark/struct/struct.factor +++ b/extra/tools/time/struct/struct.factor @@ -2,7 +2,7 @@ ! See http://factorcode.org/license.txt for BSD license. USING: accessors alien.c-types classes.struct kernel memory system vm ; -IN: benchmark.struct +IN: tools.time.struct STRUCT: benchmark-data { time ulonglong }