X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/ad7fbf45c5bba1502237bd4665b0296ce0150734..7481fc9c5a603e35a6972c0be07d18d507e5dd50:/scan.h diff --git a/scan.h b/scan.h index 756029b..a6ace18 100644 --- a/scan.h +++ b/scan.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: scan.h,v 1.4 2002/02/22 23:44:16 mdw Exp $ + * $Id: scan.h,v 1.5 2004/04/08 01:36:25 mdw Exp $ * * Character scanners * @@ -26,25 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: scan.h,v $ - * Revision 1.4 2002/02/22 23:44:16 mdw - * Miscellaneous tidying up, to make this code independent of `fw'. It - * might end up in a library somewhere. - * - * Revision 1.3 2002/01/13 14:50:07 mdw - * Make delimiters be a property of a scanner. - * - * Revision 1.2 1999/07/26 23:24:33 mdw - * Complete rewrite. Allow a list of character sources to enable changes - * during parsing of syntactic constructs. - * - * Revision 1.1.1.1 1999/07/01 08:56:23 mdw - * Initial revision. - * - */ - #ifndef SCAN_H #define SCAN_H