mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
Follow the directions in the comments and add our Id string to the output
file.
This commit is contained in:
parent
33f62e7951
commit
5da860fa05
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49214
@ -33,7 +33,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: skeleton.c,v 1.16 1999/07/29 08:47:30 obrien Exp $
|
||||
* $Id: skeleton.c,v 1.17 1999/07/29 09:42:14 obrien Exp $
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
@ -58,6 +58,7 @@ char *banner[] =
|
||||
{
|
||||
"#ifndef lint",
|
||||
"static char const yysccsid[] = \"@(#)yaccpar 1.9 (Berkeley) 02/21/93\";",
|
||||
"static char const yyrcsid[] = \"$Id$\";",
|
||||
"#endif",
|
||||
"#include <stdlib.h>",
|
||||
"#define YYBYACC 1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user