diff options
Diffstat (limited to 'gas/input-file.c')
-rw-r--r-- | gas/input-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/input-file.c b/gas/input-file.c index 2a36dbf..85fff44 100644 --- a/gas/input-file.c +++ b/gas/input-file.c @@ -124,7 +124,7 @@ input_file_open (char *filename, /* "" means use stdin. Must not be 0. */ preprocess = pre; - assert (filename != 0); /* Filename may not be NULL. */ + gas_assert (filename != 0); /* Filename may not be NULL. */ if (filename[0]) { f_in = fopen (filename, FOPEN_RT); |