]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/input-file.c
* gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,
[thirdparty/binutils-gdb.git] / gas / input-file.c
index 2a36dbfed3906974941b4fce976525a2f713c895..85fff44a134e0471c2fdc3736b5c637c4566024e 100644 (file)
@@ -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);