mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
243 B
Plaintext
14 lines
243 B
Plaintext
$NetBSD: patch-ab,v 1.1.1.1 2005/11/06 00:43:11 minskim Exp $
|
|
|
|
--- gram.y.orig 2005-05-16 21:19:48.000000000 -0400
|
|
+++ gram.y
|
|
@@ -116,7 +116,7 @@ extern int SetSound();
|
|
*
|
|
* djhjr - 1/16/98
|
|
*/
|
|
-extern int yylineno;
|
|
+int yylineno;
|
|
|
|
%}
|
|
|