summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2016-01-27 14:28:32 -0800
committerH. Peter Anvin <hpa@linux.intel.com>2016-01-27 14:28:32 -0800
commit064af69d627f26970b5763dbf984ce7ecd5fe4ea (patch)
tree074d97389a1862ac22454a2fc5dcf10abf027771
parent3c72a1b3b301909548474e0d74b64f6d1383131f (diff)
downloadnasm-064af69d627f26970b5763dbf984ce7ecd5fe4ea.tar.gz
realpath.c: remove testing #ifdef unintentionally left in
Remove the #if 0 for canonicalize_file_name(). This was added to test the realpath() code, and inadvertently left in. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
-rw-r--r--realpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/realpath.c b/realpath.c
index a1c21010..82adfc90 100644
--- a/realpath.c
+++ b/realpath.c
@@ -49,7 +49,7 @@
#include "nasmlib.h"
-#if 0 /* def HAVE_CANONICALIZE_FILE_NAME */
+#ifdef HAVE_CANONICALIZE_FILE_NAME
/*
* GNU-specific, but avoids the realpath(..., NULL)