From 676a8bab51d9dac7b3d22c6702b95e976ab5b9a8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Wed, 24 Jun 1998 18:44:46 +0200
Subject: [PATCH] Minor change.

Rev: lib/modules/LR.pmod/Grammar_parser.pmod:1.5
---
 lib/modules/LR.pmod/Grammar_parser.pmod | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/modules/LR.pmod/Grammar_parser.pmod b/lib/modules/LR.pmod/Grammar_parser.pmod
index b287a73b17..b2dc0c6464 100755
--- a/lib/modules/LR.pmod/Grammar_parser.pmod
+++ b/lib/modules/LR.pmod/Grammar_parser.pmod
@@ -1,7 +1,7 @@
-#!/home/grubba/src/pike/build/sol2.5/pike
+#!/usr/local/bin/pike
 
 /*
- * $Id: Grammar_parser.pmod,v 1.4 1997/04/22 00:09:28 grubba Exp $
+ * $Id: Grammar_parser.pmod,v 1.5 1998/06/24 16:44:46 grubba Exp $
  *
  * Generates a parser from a textual specification.
  *
@@ -10,7 +10,7 @@
 
 //.
 //. File:	Grammar_parser.pmod
-//. RCSID:	$Id: Grammar_parser.pmod,v 1.4 1997/04/22 00:09:28 grubba Exp $
+//. RCSID:	$Id: Grammar_parser.pmod,v 1.5 1998/06/24 16:44:46 grubba Exp $
 //. Author:	Henrik grubbström (grubba@infovav.se)
 //.
 //. Synopsis:	Generates an LR parser from a textual specification.
-- 
GitLab