diff options
| author | Wilfredo Sanchez <wsanchez@FreeBSD.org> | 2000-07-09 02:54:54 +0000 |
|---|---|---|
| committer | Wilfredo Sanchez <wsanchez@FreeBSD.org> | 2000-07-09 02:54:54 +0000 |
| commit | 023944f43548759a1e09154c95d20c692bb77666 (patch) | |
| tree | def433e98898c1b306e8516fcdab0c08f1b0b4ac /usr.bin/make/parse.c | |
| parent | 6e9541813725870a99f99b8b8fc5448a54570119 (diff) | |
Notes
Diffstat (limited to 'usr.bin/make/parse.c')
| -rw-r--r-- | usr.bin/make/parse.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c index e7e5daf9debc..ea2558256ff9 100644 --- a/usr.bin/make/parse.c +++ b/usr.bin/make/parse.c @@ -34,15 +34,13 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * @(#)parse.c 8.3 (Berkeley) 3/19/94 */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)parse.c 8.3 (Berkeley) 3/19/94"; -#else -static const char rcsid[] = - "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- |
