diff --git a/lib/modules/LR.pmod/Grammar_parser.pmod b/lib/modules/LR.pmod/Grammar_parser.pmod
index b287a73b1731e413fc2171dcddeef43d90c5c9e6..b2dc0c6464d73ca7a8a1aebfcef0fd04436631f9 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.