From f1fc782e5fa2ba976de03423a64945116af59cf9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 7 Apr 1997 21:29:09 +0000 Subject: commented out sccs_id's to eliminate warnings. main.c: added return statement to eliminate a warning. --- c/src/lib/libbsp/mips/p4000/startup/bspclean.c | 10 +++++++--- c/src/lib/libbsp/mips/p4000/startup/setvec.c | 10 +++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) (limited to 'c/src/lib/libbsp/mips') diff --git a/c/src/lib/libbsp/mips/p4000/startup/bspclean.c b/c/src/lib/libbsp/mips/p4000/startup/bspclean.c index 940d219c87..70c207a055 100644 --- a/c/src/lib/libbsp/mips/p4000/startup/bspclean.c +++ b/c/src/lib/libbsp/mips/p4000/startup/bspclean.c @@ -18,9 +18,13 @@ * $Id$ */ -#ifndef lint -static char _sccsid[] = "@(#)bspclean.c 03/15/96 1.1\n"; -#endif +/* + * Rather than deleting this, it is commented out to (hopefully) help + * the submitter send updates. + * + * static char _sccsid[] = "@(#)bspclean.c 03/15/96 1.1\n"; + */ + #include diff --git a/c/src/lib/libbsp/mips/p4000/startup/setvec.c b/c/src/lib/libbsp/mips/p4000/startup/setvec.c index 0e3c604136..6f5aef48e9 100644 --- a/c/src/lib/libbsp/mips/p4000/startup/setvec.c +++ b/c/src/lib/libbsp/mips/p4000/startup/setvec.c @@ -23,9 +23,13 @@ * $Id$ */ -#ifndef lint -static char _sccsid[] = "@(#)setvec.c 04/25/96 1.2\n"; -#endif +/* + * Rather than deleting this, it is commented out to (hopefully) help + * the submitter send updates. + * + * static char _sccsid[] = "@(#)setvec.c 04/25/96 1.2\n"; + */ + #include #include -- cgit v1.2.3