aboutsummaryrefslogtreecommitdiff
path: root/tccrun.c
diff options
context:
space:
mode:
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;