diff options
| author | Paul Buetow <paul@buetow.org> | 2008-10-25 21:29:11 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-10-25 21:29:11 +0000 |
| commit | 4aeb6d5394e7c65b8c43b71908d85ef8cfe41c3a (patch) | |
| tree | 765326ae1095319d79248db79476f15df1c831b3 | |
| parent | 1c6dd17947050d2f70dd8df6f4ad527180581c68 (diff) | |
"false"
| -rw-r--r-- | docs/help.txt | 2 | ||||
| -rw-r--r-- | docs/stats.txt | 2 | ||||
| -rw-r--r-- | docs/version.txt | 2 | ||||
| -rwxr-xr-x | fype | bin | 426269 -> 431269 bytes | |||
| -rw-r--r-- | src/build.h | 2 | ||||
| -rw-r--r-- | 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) <fype@dev.buetow.org> -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 Binary files differdiff --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 <stdlib.h> +#include "../defines.h" Dat* dat_new() { |
