Fix nested comments for -Wcomment warnings.

This commit is contained in:
rgrimes 1995-05-09 12:58:53 +00:00
parent f2df5b608b
commit 7156cd0fdd
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <machine/vmparam.h>
#define KERNEL_U_ADDR USRSTACK
/* #undef FLOAT_INFO /* No float info yet */
/* #undef FLOAT_INFO */ /* No float info yet */
#define FLOAT_INFO extern void i386_float_info (); \
i386_float_info ()

View File

@ -29,7 +29,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <machine/vmparam.h>
#define KERNEL_U_ADDR USRSTACK
/* #undef FLOAT_INFO /* No float info yet */
/* #undef FLOAT_INFO */ /* No float info yet */
#define FLOAT_INFO extern void i386_float_info (); \
i386_float_info ()