Print this page
de-linting of .s files
*** 23,38 ****
* 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>
--- 23,32 ----
*** 41,52 ****
*
* 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
--- 35,44 ----
*** 156,161 ****
sub %o1, %o3, %o1
retl
srax %o1, 32, %o0
SET_SIZE(__urem64)
- #endif /* !lint */
--- 148,152 ----