Only invoke __RCSID/__COPYRIGHT if these macros exist.
This commit is contained in:
parent
2bf5ae19a1
commit
335cf252cf
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: closure.c,v 1.5 1997/07/25 16:46:29 perry Exp $ */
|
||||
/* $NetBSD: closure.c,v 1.6 2002/01/30 20:38:49 tv Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989 The Regents of the University of California.
|
||||
|
@ -37,11 +37,11 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
#if defined(__RCSID) && !defined(lint)
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)closure.c 5.3 (Berkeley) 5/24/93";
|
||||
#else
|
||||
__RCSID("$NetBSD: closure.c,v 1.5 1997/07/25 16:46:29 perry Exp $");
|
||||
__RCSID("$NetBSD: closure.c,v 1.6 2002/01/30 20:38:49 tv Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: error.c,v 1.6 1998/12/19 20:03:49 christos Exp $ */
|
||||
/* $NetBSD: error.c,v 1.7 2002/01/30 20:38:49 tv Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989 The Regents of the University of California.
|
||||
|
@ -37,11 +37,11 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
#if defined(__RCSID) && !defined(lint)
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)error.c 5.3 (Berkeley) 6/1/90";
|
||||
#else
|
||||
__RCSID("$NetBSD: error.c,v 1.6 1998/12/19 20:03:49 christos Exp $");
|
||||
__RCSID("$NetBSD: error.c,v 1.7 2002/01/30 20:38:49 tv Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: lalr.c,v 1.6 2001/02/04 17:45:25 christos Exp $ */
|
||||
/* $NetBSD: lalr.c,v 1.7 2002/01/30 20:38:49 tv Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989 The Regents of the University of California.
|
||||
|
@ -37,11 +37,11 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
#if defined(__RCSID) && !defined(lint)
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)lalr.c 5.3 (Berkeley) 6/1/90";
|
||||
#else
|
||||
__RCSID("$NetBSD: lalr.c,v 1.6 2001/02/04 17:45:25 christos Exp $");
|
||||
__RCSID("$NetBSD: lalr.c,v 1.7 2002/01/30 20:38:49 tv Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: lr0.c,v 1.5 1997/07/25 16:46:33 perry Exp $ */
|
||||
/* $NetBSD: lr0.c,v 1.6 2002/01/30 20:38:49 tv Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989 The Regents of the University of California.
|
||||
|
@ -37,11 +37,11 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
#if defined(__RCSID) && !defined(lint)
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)lr0.c 5.3 (Berkeley) 1/20/91";
|
||||
#else
|
||||
__RCSID("$NetBSD: lr0.c,v 1.5 1997/07/25 16:46:33 perry Exp $");
|
||||
__RCSID("$NetBSD: lr0.c,v 1.6 2002/01/30 20:38:49 tv Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: main.c,v 1.11 2001/02/04 17:45:25 christos Exp $ */
|
||||
/* $NetBSD: main.c,v 1.12 2002/01/30 20:38:50 tv Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989 The Regents of the University of California.
|
||||
|
@ -37,16 +37,16 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
#if defined(__COPYRIGHT) && !defined(lint)
|
||||
__COPYRIGHT("@(#) Copyright (c) 1989 The Regents of the University of California.\n"
|
||||
"All rights reserved.\n");
|
||||
#endif /* not lint */
|
||||
|
||||
#ifndef lint
|
||||
#if defined(__RCSID) && !defined(lint)
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)main.c 5.5 (Berkeley) 5/24/93";
|
||||
#else
|
||||
__RCSID("$NetBSD: main.c,v 1.11 2001/02/04 17:45:25 christos Exp $");
|
||||
__RCSID("$NetBSD: main.c,v 1.12 2002/01/30 20:38:50 tv Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: mkpar.c,v 1.7 2001/02/04 17:45:25 christos Exp $ */
|
||||
/* $NetBSD: mkpar.c,v 1.8 2002/01/30 20:38:50 tv Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989 The Regents of the University of California.
|
||||
|
@ -37,11 +37,11 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
#if defined(__RCSID) && !defined(lint)
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)mkpar.c 5.3 (Berkeley) 1/20/91";
|
||||
#else
|
||||
__RCSID("$NetBSD: mkpar.c,v 1.7 2001/02/04 17:45:25 christos Exp $");
|
||||
__RCSID("$NetBSD: mkpar.c,v 1.8 2002/01/30 20:38:50 tv Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: output.c,v 1.10 2001/02/04 17:45:25 christos Exp $ */
|
||||
/* $NetBSD: output.c,v 1.11 2002/01/30 20:38:50 tv Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989 The Regents of the University of California.
|
||||
|
@ -37,11 +37,11 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
#if defined(__RCSID) && !defined(lint)
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)output.c 5.7 (Berkeley) 5/24/93";
|
||||
#else
|
||||
__RCSID("$NetBSD: output.c,v 1.10 2001/02/04 17:45:25 christos Exp $");
|
||||
__RCSID("$NetBSD: output.c,v 1.11 2002/01/30 20:38:50 tv Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: reader.c,v 1.10 2001/02/04 17:45:25 christos Exp $ */
|
||||
/* $NetBSD: reader.c,v 1.11 2002/01/30 20:38:50 tv Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989 The Regents of the University of California.
|
||||
|
@ -37,11 +37,11 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
#if defined(__RCSID) && !defined(lint)
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)reader.c 5.7 (Berkeley) 1/20/91";
|
||||
#else
|
||||
__RCSID("$NetBSD: reader.c,v 1.10 2001/02/04 17:45:25 christos Exp $");
|
||||
__RCSID("$NetBSD: reader.c,v 1.11 2002/01/30 20:38:50 tv Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: symtab.c,v 1.6 2001/02/04 17:45:25 christos Exp $ */
|
||||
/* $NetBSD: symtab.c,v 1.7 2002/01/30 20:38:50 tv Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989 The Regents of the University of California.
|
||||
|
@ -37,11 +37,11 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
#if defined(__RCSID) && !defined(lint)
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)symtab.c 5.3 (Berkeley) 6/1/90";
|
||||
#else
|
||||
__RCSID("$NetBSD: symtab.c,v 1.6 2001/02/04 17:45:25 christos Exp $");
|
||||
__RCSID("$NetBSD: symtab.c,v 1.7 2002/01/30 20:38:50 tv Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: verbose.c,v 1.6 2001/02/04 17:45:25 christos Exp $ */
|
||||
/* $NetBSD: verbose.c,v 1.7 2002/01/30 20:38:50 tv Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989 The Regents of the University of California.
|
||||
|
@ -37,11 +37,11 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
#if defined(__RCSID) && !defined(lint)
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)verbose.c 5.3 (Berkeley) 1/20/91";
|
||||
#else
|
||||
__RCSID("$NetBSD: verbose.c,v 1.6 2001/02/04 17:45:25 christos Exp $");
|
||||
__RCSID("$NetBSD: verbose.c,v 1.7 2002/01/30 20:38:50 tv Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: warshall.c,v 1.5 1997/07/25 16:46:40 perry Exp $ */
|
||||
/* $NetBSD: warshall.c,v 1.6 2002/01/30 20:38:50 tv Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989 The Regents of the University of California.
|
||||
|
@ -37,11 +37,11 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
#if defined(__RCSID) && !defined(lint)
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)warshall.c 5.4 (Berkeley) 5/24/93";
|
||||
#else
|
||||
__RCSID("$NetBSD: warshall.c,v 1.5 1997/07/25 16:46:40 perry Exp $");
|
||||
__RCSID("$NetBSD: warshall.c,v 1.6 2002/01/30 20:38:50 tv Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
|
Loading…
Reference in New Issue