diff options
| -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 | 454318 -> 457142 bytes | |||
| -rw-r--r-- | src/build.h | 2 | ||||
| -rw-r--r-- | src/core/reference.c | 1 |
6 files changed, 5 insertions, 4 deletions
diff --git a/docs/help.txt b/docs/help.txt index 6ae4db7..3f9c73c 100644 --- a/docs/help.txt +++ b/docs/help.txt @@ -1,4 +1,4 @@ -Fype v0.1-devel Build 9309 +Fype v0.1-devel Build 9317 (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 de8b984..3eccd1b 100644 --- a/docs/stats.txt +++ b/docs/stats.txt @@ -1,4 +1,4 @@ ===> Num of C source files : 44 -===> Num of C source lines : 7828 +===> Num of C source lines : 7829 ===> Num of Fype source examples : 14 ===> Num of Fype source lines : 362 diff --git a/docs/version.txt b/docs/version.txt index 7b886bc..48c9680 100644 --- a/docs/version.txt +++ b/docs/version.txt @@ -1 +1 @@ -Fype v0.1-devel Build 9309 +Fype v0.1-devel Build 9317 Binary files differdiff --git a/src/build.h b/src/build.h index fe825ba..4fc243d 100644 --- a/src/build.h +++ b/src/build.h @@ -35,7 +35,7 @@ #ifndef BUILD_H #define BUILD_H -#define BUILDNR 9314 +#define BUILDNR 9317 #define OS_FREEBSD #endif diff --git a/src/core/reference.c b/src/core/reference.c index 2c97c6a..211ef23 100644 --- a/src/core/reference.c +++ b/src/core/reference.c @@ -38,6 +38,7 @@ Reference* reference_new(Symbol *p_symbol) { Reference *p_reference = malloc(sizeof(Reference)); + symbol_ref_up(p_symbol); p_reference->p_symbol = p_symbol; return (p_reference); |
