From 4aeb6d5394e7c65b8c43b71908d85ef8cfe41c3a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 25 Oct 2008 21:29:11 +0000 Subject: "false" --- docs/help.txt | 2 +- docs/stats.txt | 2 +- docs/version.txt | 2 +- fype | Bin 426269 -> 431269 bytes src/build.h | 2 +- src/data/dat.c | 1 + 6 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/help.txt b/docs/help.txt index d09a1b9..c0fbcdc 100644 --- a/docs/help.txt +++ b/docs/help.txt @@ -1,4 +1,4 @@ -Fype v0.1-devel Build 9257 +Fype v0.1-devel Build 9260 (c) Paul C. Buetow (2005 - 2008) -e Executes given code string (see synopses) -h Prints this help diff --git a/docs/stats.txt b/docs/stats.txt index a2a5f82..163f9b6 100644 --- a/docs/stats.txt +++ b/docs/stats.txt @@ -1,4 +1,4 @@ ===> Num of C source files : 42 -===> Num of C source lines : 7575 +===> Num of C source lines : 7577 ===> Num of Fype source examples : 14 ===> Num of Fype source lines : 358 diff --git a/docs/version.txt b/docs/version.txt index a585f2c..c263f95 100644 --- a/docs/version.txt +++ b/docs/version.txt @@ -1 +1 @@ -Fype v0.1-devel Build 9257 +Fype v0.1-devel Build 9260 diff --git a/fype b/fype index 71c7a2d..fe23a6c 100755 Binary files a/fype and b/fype differ diff --git a/src/build.h b/src/build.h index 5752864..d0cf034 100644 --- a/src/build.h +++ b/src/build.h @@ -35,7 +35,7 @@ #ifndef BUILD_H #define BUILD_H -#define BUILDNR 9258 +#define BUILDNR 9260 #define OS_FREEBSD #endif diff --git a/src/data/dat.c b/src/data/dat.c index 82fd42e..f06680e 100644 --- a/src/data/dat.c +++ b/src/data/dat.c @@ -35,6 +35,7 @@ #include "dat.h" #include +#include "../defines.h" Dat* dat_new() { -- cgit v1.2.3