diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 14:56:31 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 14:56:31 +0000 |
commit | 177c0ea74342272645959b82cf219faa0b3dba16 (patch) | |
tree | 44e22b210a9904eab25a66d12e708804b671df75 /src/m/hp800.h | |
parent | db95369be096960245dd38678f68464627698678 (diff) | |
download | emacs-177c0ea74342272645959b82cf219faa0b3dba16.tar.gz |
Trailing whitespace deleted.
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) |