christos
|
bfa2813aa9
|
remove duplicate declaration.
|
2000-12-10 03:54:22 +00:00 |
thorpej
|
b193ffa77c
|
Use __GNUC_PREREQ__().
|
2000-05-05 00:20:22 +00:00 |
christos
|
314e0b18b9
|
change an #if __GNUC >= 2 to #if (__GNUC__ >= 2) || defined(lint)
to get the right definition of qshift_t.
|
1999-05-03 15:39:47 +00:00 |
cgd
|
72a24defa2
|
use machine/limits.h if _KERNEL or _STANDALONE
|
1998-03-27 01:01:54 +00:00 |
christos
|
fe01047787
|
Add missing prototypes
|
1997-07-13 20:01:06 +00:00 |
jtc
|
af8ead3302
|
Fix from Jochen Pohl which fixes case where quad multiply
goes awry if bit 31 of at least one of the operands is set
(PR #1591).
|
1995-10-12 15:05:35 +00:00 |
cgd
|
d48964d413
|
clean up Ids; no substantive changes.
|
1995-02-27 17:29:31 +00:00 |
cgd
|
3e853c8028
|
constants are normally ints, remember!
|
1994-10-19 03:09:47 +00:00 |
mycroft
|
49e0bc5446
|
Torek's quad stuff from 4.4.
|
1993-09-16 06:05:46 +00:00 |