--- 43BSDTahoe/new/xns/compiler/scanner.l 2018/04/24 16:12:58 1.1 +++ 43BSDTahoe/new/xns/compiler/scanner.l 2018/04/24 16:12:58 1.1.1.1 @@ -1,14 +1,14 @@ %{ #ifndef lint -static char RCSid[] = "$Header: /var/lib/cvsd/CSRG/43BSDTahoe/new/xns/compiler/scanner.l,v 1.1 2018/04/24 16:12:58 root Exp $"; +static char RCSid[] = "$Header: /var/lib/cvsd/CSRG/43BSDTahoe/new/xns/compiler/scanner.l,v 1.1.1.1 2018/04/24 16:12:58 root Exp $"; #endif /* * scanner.l -- scanner for the XNS courier compiler */ /* $Log: scanner.l,v $ - * Revision 1.1 2018/04/24 16:12:58 root - * Initial revision + * Revision 1.1.1.1 2018/04/24 16:12:58 root + * BSD 4.3tahoe * * Revision 2.1 86/07/29 06:48:21 jqj * added support for 37D style comments.