From 4078775742299aee13a5f9184928cc9d5cd4d95d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Mon, 10 Mar 1997 19:35:00 -0800
Subject: [PATCH] now works with Pike 0.5

Rev: bin/htmlify_docs.pike:1.6
---
 bin/htmlify_docs.pike | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/htmlify_docs.pike b/bin/htmlify_docs.pike
index e99c84c5e3..767669f2f6 100644
--- a/bin/htmlify_docs.pike
+++ b/bin/htmlify_docs.pike
@@ -158,8 +158,8 @@ string magic(string s, int quote)
 /*
  * Magic to convert SYNTAX sections
  */
-inherit "/precompiled/regexp" : lastident;
-inherit "/precompiled/regexp" : megamagic;
+inherit Regexp : lastident;
+inherit Regexp : megamagic;
 
 string syntax_magic(string s)
 {
@@ -250,7 +250,7 @@ string short(string s)
 }
 
 
-inherit "/precompiled/regexp":is_example;
+inherit Regexp:is_example;
 
 list(string) indexes_done=(<>);
 list(string) pages_done=(<>);
-- 
GitLab