1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

A trivial fix for building with bison-1.75.

Approved by:	portmgr (kris)
This commit is contained in:
Peter Pentchev 2002-12-06 08:02:39 +00:00
parent ffc11b5aea
commit 748b329e0f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71391

View File

@ -0,0 +1,11 @@
--- boa_grammar.y.old Mon Nov 25 16:25:28 2002
+++ boa_grammar.y Mon Nov 25 16:25:35 2002
@@ -20,7 +20,7 @@
*
*/
-/* $Id: boa_grammar.y,v 1.14 1999/10/12 14:49:07 jon Exp $*/
+/* $Id: boa_grammar.y,v 1.14 1999/10/12 14:49:07 jon Exp $ */
#include <string.h>
#include <stdio.h>