aboutsummaryrefslogtreecommitdiff
path: root/libtcc.h
diff options
context:
space:
mode:
authorgrischka <grischka>2011-08-06 16:08:46 +0200
committergrischka <grischka>2011-08-06 16:11:58 +0200
commite6f3bf7f08e4ca32e66db906a7bb2ccefdc7a54d (patch)
tree63b56135f2936427c08645fd2718addb57843934 /libtcc.h
parent39a07cca58f5f4bd9b84827f2ad39bb1fa74fcc5 (diff)
downloadtinycc-e6f3bf7f08e4ca32e66db906a7bb2ccefdc7a54d.tar.gz
tinycc-e6f3bf7f08e4ca32e66db906a7bb2ccefdc7a54d.tar.bz2
libtcc: cleanup the 'gen_makedeps' stuff
Diffstat (limited to 'libtcc.h')
-rw-r--r--libtcc.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/libtcc.h b/libtcc.h
index bf328d3..339dec1 100644
--- a/libtcc.h
+++ b/libtcc.h
@@ -103,20 +103,6 @@ LIBTCCAPI void *tcc_get_symbol(TCCState *s, const char *name);
/* set CONFIG_TCCDIR at runtime */
LIBTCCAPI void tcc_set_lib_path(TCCState *s, const char *path);
-
-/*****************************/
-/* Miscellaneous */
-
-/* Get default target filename for this compilation */
-LIBTCCAPI const char *tcc_default_target(TCCState *s);
-
-/* Generate make dependencies for target and store them into file
- *
- * !target - use default target name
- * !filename - use (target.o -> target.d)
- */
-LIBTCCAPI void tcc_gen_makedeps(TCCState *s, const char *target, const char *filename);
-
#ifdef __cplusplus
}
#endif