aboutsummaryrefslogtreecommitdiff
path: root/tccrun.c
diff options
context:
space:
mode:
authorgrischka <grischka>2009-12-20 20:33:41 +0100
committergrischka <grischka>2009-12-20 20:33:41 +0100
commit0de95730ad2991479f44ea4afe83e8861c9c3ca0 (patch)
tree4341faa8c797475938d8356981a913b37e3ef9bd /tccrun.c
parentb54862406e186386f08b4d95fd3fc7686ef51463 (diff)
downloadtinycc-0de95730ad2991479f44ea4afe83e8861c9c3ca0.tar.gz
tinycc-0de95730ad2991479f44ea4afe83e8861c9c3ca0.tar.bz2
build from multiple objects: fix other targets
Diffstat (limited to 'tccrun.c')
-rw-r--r--tccrun.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tccrun.c b/tccrun.c
index 52855a7..25f2477 100644
--- a/tccrun.c
+++ b/tccrun.c
@@ -562,12 +562,12 @@ void *dlopen(const char *filename, int flag)
void dlclose(void *p)
{
}
-
+/*
const char *dlerror(void)
{
return "error";
}
-
+*/
typedef struct TCCSyms {
char *str;
void *ptr;