diff options
Diffstat (limited to 'ld/ldmain.c')
-rw-r--r-- | ld/ldmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldmain.c b/ld/ldmain.c index 849e0ae..0ec7891 100644 --- a/ld/ldmain.c +++ b/ld/ldmain.c @@ -298,7 +298,7 @@ main (argc, argv) /* If we have not already opened and parsed a linker script read the emulation's appropriate default script. */ - if (saved_script_handle == false) + if (saved_script_handle == NULL) { int isfile; char *s = ldemul_get_script (& isfile); |