diff options
Diffstat (limited to 'src/m/hp800.h')
-rw-r--r-- | src/m/hp800.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/m/hp800.h b/src/m/hp800.h index 72c3a1ca4ea..5e4e0fd0ec6 100644 --- a/src/m/hp800.h +++ b/src/m/hp800.h @@ -19,7 +19,7 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* The following line tells the configuration script what sort of +/* The following line tells the configuration script what sort of operating system this machine is likely to run. USUAL-OPSYS="hpux" */ @@ -61,7 +61,7 @@ Boston, MA 02111-1307, USA. */ /* The standard definitions of these macros would work ok, but these are faster because the constants are short. */ - + #define XUINT(a) (((unsigned)(a) << BITS_PER_INT-VALBITS) >> BITS_PER_INT-VALBITS) |