From fcdace9ad84e50540274fcb3eb5f8223f1ab9fe9 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 15 Oct 1999 21:49:40 +0000 Subject: [PATCH] Grrrrr. Put the $FreeBSD$ in a Bad Place. --- contrib/gcc/function.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/gcc/function.c b/contrib/gcc/function.c index 02c796141ce7..31b0b8678216 100644 --- a/contrib/gcc/function.c +++ b/contrib/gcc/function.c @@ -1,8 +1,6 @@ /* Expands front end tree to back end RTL for GNU C-Compiler Copyright (C) 1987, 88, 89, 91-97, 1998 Free Software Foundation, Inc. -/* $FreeBSD$ */ - This file is part of GNU CC. GNU CC is free software; you can redistribute it and/or modify @@ -40,6 +38,8 @@ Boston, MA 02111-1307, USA. */ This function changes the DECL_RTL to be a stack slot instead of a reg then scans all the RTL instructions so far generated to correct them. */ +/* $FreeBSD$ */ + #include "config.h" #include "system.h" #include "rtl.h"