diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2007-09-15 22:04:40 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2007-09-15 22:04:40 +0000 |
commit | 313a3e28e49473a2be81ebc10e30a4c44e1316f5 (patch) | |
tree | 515c319f51497970333d295a6de39061016c9170 /usr.bin/pcc/cc/cpp/scanner.l | |
parent | da535dc3854d4ff7f678e0551febbfbf7e0f6748 (diff) |
$OpenBSD$
Requested by otto.
Diffstat (limited to 'usr.bin/pcc/cc/cpp/scanner.l')
-rw-r--r-- | usr.bin/pcc/cc/cpp/scanner.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/pcc/cc/cpp/scanner.l b/usr.bin/pcc/cc/cpp/scanner.l index 87d4a5285af..d6b6d3df4cc 100644 --- a/usr.bin/pcc/cc/cpp/scanner.l +++ b/usr.bin/pcc/cc/cpp/scanner.l @@ -1,5 +1,5 @@ %{ -/* $Id: scanner.l,v 1.1 2007/09/15 18:12:32 otto Exp $ */ +/* $OpenBSD: scanner.l,v 1.2 2007/09/15 22:04:39 ray Exp $ */ /* * Copyright (c) 2004 Anders Magnusson. All rights reserved. |