Print this page
de-linting of .s files
@@ -23,16 +23,10 @@
* Copyright (c) 1988-1991 by Sun Microsystems, Inc.
*/
#ident "%Z%%M% %I% %E% SMI" /* From SunOS 4.1 1.6 */
-#if defined(lint)
-#include <sys/types.h>
-#include <sys/regset.h>
-#include <sys/privregs.h>
-#endif /* lint */
-
#include <sys/asm_linkage.h>
#include <sys/trap.h>
#include <sys/machtrap.h>
#include <sys/simulate.h>
@@ -41,12 +35,10 @@
*
* Those beginning in `.' are not callable from C and hence do not
* get lint prototypes.
*/
-#if !defined(lint)
-
/*
* Structure return
*/
#define UNIMP 0
#define MASK 0x00000fff
@@ -156,6 +148,5 @@
sub %o1, %o3, %o1
retl
srax %o1, 32, %o0
SET_SIZE(__urem64)
-#endif /* !lint */