summaryrefslogtreecommitdiff
path: root/src/core/scanner.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-10-14 20:38:27 +0000
committerPaul Buetow <paul@buetow.org>2008-10-14 20:38:27 +0000
commitd527f50159f056dc165fa7eaf7bf80425a1e758d (patch)
tree03e8aa97c25fbc014876e5113dd66d4a44adac4d /src/core/scanner.h
parent71185ab0ab0b08b4d5bb2e750ff85e11f105a453 (diff)
GC removed, temporaly
Diffstat (limited to 'src/core/scanner.h')
-rw-r--r--src/core/scanner.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/scanner.h b/src/core/scanner.h
index 4626595..c4e15fa 100644
--- a/src/core/scanner.h
+++ b/src/core/scanner.h
@@ -65,6 +65,5 @@ void scanner_run(Fype *p_fype);
void scanner_add_token(Scanner *p_scanner, char **cc_token, int *p_token_len,
TokenType tt_cur);
TokenType scanner_get_tt_cur(char *c_token);
-void scanner_cleanup_list_token_cb(void *p_void);
#endif