X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=gas%2Finput-file.c;fp=gas%2Finput-file.c;h=d3fa6ad8a02f1c3f2e35c7894e06e6d1161df02f;hp=2a36dbfed3906974941b4fce976525a2f713c895;hb=d5da4f291af551c0b8b79e1d4a9b173d60e5c10e;hpb=7b5ea4fcdf2819e070665ab5610f8b48e3867c10 diff --git a/gas/input-file.c b/gas/input-file.c index 2a36dbf..d3fa6ad 100644 --- a/gas/input-file.c +++ b/gas/input-file.c @@ -1,6 +1,6 @@ /* input_file.c - Deal with Input Files - Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1999, 2000, 2001, - 2002, 2003, 2005, 2006, 2007 + 2002, 2003, 2005, 2006, 2007, 2009 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -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);