mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix nested comments for -Wcomment warnings.
This commit is contained in:
parent
ad753d5151
commit
eb0b975c2d
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue