commented out sccs_id's to eliminate warnings.

main.c: added return statement to eliminate a warning.
This commit is contained in:
Joel Sherrill
1997-04-07 21:29:09 +00:00
parent 318976f8dd
commit f1fc782e5f
4 changed files with 28 additions and 12 deletions

View File

@@ -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 <rtems.h>

View File

@@ -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 <rtems.h>
#include <bsp.h>

View File

@@ -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 <rtems.h>

View File

@@ -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 <rtems.h>
#include <bsp.h>