Skip to content
Snippets Groups Projects
Commit ef382471 authored by Raymond Toy's avatar Raymond Toy
Browse files

#ifdef out some debugging code for os_dlsym.

parent 85c9daef
No related branches found
No related tags found
No related merge requests found
...@@ -534,7 +534,7 @@ os_dlsym(const char *sym_name, lispobj lib_list) ...@@ -534,7 +534,7 @@ os_dlsym(const char *sym_name, lispobj lib_list)
void *sym_addr = 0; void *sym_addr = 0;
int offset = sym_name[0] == '_' ? 1 : 0; int offset = sym_name[0] == '_' ? 1 : 0;
#if 1 #if 0
if (offset == 0) { if (offset == 0) {
fprintf(stderr, "sym-name = %s\n", sym_name); fprintf(stderr, "sym-name = %s\n", sym_name);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment