Fix nested comments for -Wcomment warnings.
This commit is contained in:
parent
f2df5b608b
commit
7156cd0fdd
@ -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 ()
|
||||
|
||||
|
@ -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 ()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user