summaryrefslogtreecommitdiff
path: root/src/m/windowsnt.h
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-10-31 17:20:16 +0000
committerKarl Heuer <kwzh@gnu.org>1995-10-31 17:20:16 +0000
commit0cee2c9e47a03750dc9b2a51187e818db9d96f1a (patch)
tree24ea1de1bf703da4ca51d1db7a9db63c677930c2 /src/m/windowsnt.h
parente9e32568e1c69b4fa7583e0e4cb402707daacf4e (diff)
downloademacs-0cee2c9e47a03750dc9b2a51187e818db9d96f1a.tar.gz
(SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h.
Diffstat (limited to 'src/m/windowsnt.h')
-rw-r--r--src/m/windowsnt.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/m/windowsnt.h b/src/m/windowsnt.h
index bc6aa44d43e..301f7e04a57 100644
--- a/src/m/windowsnt.h
+++ b/src/m/windowsnt.h
@@ -22,15 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
operating system this machine is likely to run.
USUAL-OPSYS="<name of system .h file here, without the s- or .h>" */
-/* The following three symbols give information on
- the size of various data types. */
-
-#define SHORTBITS 16 /* Number of bits in a short */
-
-#define INTBITS 32 /* Number of bits in an int */
-
-#define LONGBITS 32 /* Number of bits in a long */
-
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
is the most significant byte. */