diff options
Diffstat (limited to 'gcc/c-incpath.h')
-rw-r--r-- | gcc/c-incpath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-incpath.h b/gcc/c-incpath.h index 57a6f7c2cbb..c309844cf0a 100644 --- a/gcc/c-incpath.h +++ b/gcc/c-incpath.h @@ -13,7 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ extern void split_quote_chain (void); extern void add_path (char *, int, int, bool); |