--- 43BSDReno/pgrm/lex/scan.l 2018/04/24 16:12:57 1.1 +++ 43BSDReno/pgrm/lex/scan.l 2018/04/24 16:12:57 1.1.1.1 @@ -40,7 +40,7 @@ static char copyright[] = static char CR_continuation[] = "@(#) All rights reserved.\n"; static char rcsid[] = - "@(#) $Header: /var/lib/cvsd/CSRG/43BSDReno/pgrm/lex/scan.l,v 1.1 2018/04/24 16:12:57 root Exp $ (LBL)"; + "@(#) $Header: /var/lib/cvsd/CSRG/43BSDReno/pgrm/lex/scan.l,v 1.1.1.1 2018/04/24 16:12:57 root Exp $ (LBL)"; #endif #define ACTION_ECHO fprintf( temp_action_file, "%s", yytext )