Skip to content
Snippets Groups Projects
Commit 42bebe47 authored by David Hedbor's avatar David Hedbor
Browse files

Added import "." on pike 0.6 to make it work.

Rev: tutorial/manpages:1.18
parent 9cf0b49f
No related branches found
No related tags found
No related merge requests found
// -*- Pike -*-
// $Id: manpages,v 1.17 1998/05/13 00:49:59 grubba Exp $
// $Id: manpages,v 1.18 1998/05/21 00:07:00 neotron Exp $
#include "types.h"
#if __VERSION__ >= 0.6
import ".";
#endif /* __VERSION__ >= 0.6 */
inherit Stdio.File : out;
int verbose = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment