summaryrefslogtreecommitdiff
path: root/src/m/sr2k.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m/sr2k.h')
-rw-r--r--src/m/sr2k.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/m/sr2k.h b/src/m/sr2k.h
index 5013d1249fc..4adf0f700fc 100644
--- a/src/m/sr2k.h
+++ b/src/m/sr2k.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)