summaryrefslogtreecommitdiff
path: root/tags
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-10-20 18:36:28 +0000
committerPaul Buetow <paul@buetow.org>2008-10-20 18:36:28 +0000
commit1956010ec79fbab604efc2b60d0af325e91f67b8 (patch)
tree81b68e7ed20368d482fdbfe0e65a884958410543 /tags
parent3d7b35bb37c066489546751e100c2c2b823ccba3 (diff)
Improved GC debugging.
Debugging printings now labeled with DEBUG::$NAME::$ETC::..:
Diffstat (limited to 'tags')
-rw-r--r--tags4
1 files changed, 2 insertions, 2 deletions
diff --git a/tags b/tags
index 19d561e..bf7efaf 100644
--- a/tags
+++ b/tags
@@ -15,7 +15,6 @@ _expression ./src/core/interpret.c /^_expression(Interpret *p_interpret) {$/
_expression_ ./src/core/interpret.c /^_expression_(Interpret *p_interpret) {$/
_expression_get ./src/core/interpret.c /^_expression_get(Interpret *p_interpret, List *p_li/
_func_decl ./src/core/interpret.c /^_func_decl(Interpret *p_interpret) {$/
-_garbage_print ./src/core/garbage.c /^_garbage_print(_Garbage *p_garbage) {$/
_indent ./src/data/tree.c /^void _indent(int i_indent) {$/
_list_copy_cb ./src/data/list.c /^_list_copy_cb(void *p_void1, void *p_cpy) {$/
_next ./src/core/interpret.c /^_next(Interpret *p_interpret) {$/
@@ -110,7 +109,8 @@ fype_delete ./src/fype.c /^fype_delete(Fype *p_fype) {$/
fype_new ./src/fype.c /^fype_new() {$/
fype_run ./src/fype.c /^fype_run(int i_argc, char **pc_argv) {$/
garbage_add ./src/core/garbage.c /^garbage_add(void *p, GarbageType type) {$/
-garbage_add2 ./src/core/garbage.c /^garbage_add2(void *p, void (*p_func)(void*), int */
+garbage_add2 ./src/core/garbage.c /^garbage_add2(void *p, $/
+garbage_add3 ./src/core/garbage.c /^garbage_add3(void *p, $/
garbage_add_token ./src/core/garbage.c /^garbage_add_token(Token *p_token) {$/
garbage_collect ./src/core/garbage.c /^garbage_collect() {$/
garbage_destroy ./src/core/garbage.c /^garbage_destroy() {$/