mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
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>
This commit is contained in:
parent
3c72a1b3b3
commit
064af69d62
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user