Fix nested comments for -Wcomment warnings.

This commit is contained in:
Rodney W. Grimes 1995-05-09 12:58:53 +00:00
parent ad753d5151
commit eb0b975c2d
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 ()