X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/f9d40245f5a776b34e0f0dcc2aad164e3b3d02af..372a98e2893234a482e59ca32313db1bb86146d7:/scan.c diff --git a/scan.c b/scan.c index c29b48b..84260ed 100644 --- a/scan.c +++ b/scan.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: scan.c,v 1.3 2000/08/01 17:58:10 mdw Exp $ + * $Id: scan.c,v 1.4 2001/02/03 20:30:03 mdw Exp $ * * Character scanners * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: scan.c,v $ + * Revision 1.4 2001/02/03 20:30:03 mdw + * Support re-reading config files on SIGHUP. + * * Revision 1.3 2000/08/01 17:58:10 mdw * Fix subtleties with functions. * @@ -104,7 +107,7 @@ static scansrc_ops fscan_ops = { fscan_scan, fscan_destroy }; scansrc *scan_file(FILE *fp, char *name, unsigned f) { - fscan *fs = CREATE(fs); + fscan *fs = CREATE(fscan); fs->ss.ops = &fscan_ops; fs->ss.src = name; fs->ss.line = 1;