diff --git a/lib/modules/LR.pmod/Grammar_parser.pmod b/lib/modules/LR.pmod/Grammar_parser.pmod
index 3999b96c918dd7be0c9bae0b94a4c5a5dba7ba9f..9380cf307da27ae09142d954d9353c0a0c519c5b 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.5 1998/01/28 00:30:05 hubbe Exp $
+ * $Id: Grammar_parser.pmod,v 1.6 1998/06/24 16:44:13 grubba Exp $
  *
  * Generates a parser from a textual specification.
  *
@@ -10,7 +10,7 @@
 
 //.
 //. File:	Grammar_parser.pmod
-//. RCSID:	$Id: Grammar_parser.pmod,v 1.5 1998/01/28 00:30:05 hubbe Exp $
+//. RCSID:	$Id: Grammar_parser.pmod,v 1.6 1998/06/24 16:44:13 grubba Exp $
 //. Author:	Henrik grubbstr�m (grubba@infovav.se)
 //.
 //. Synopsis:	Generates an LR parser from a textual specification.