[m-dev.] diff: delete old inttypes macros

Fergus Henderson fjh at cs.mu.OZ.AU
Fri Sep 10 16:15:15 AEST 1999


Estimated hours taken: 0.5

runtime/mercury_bootstrap.h:
	Delete the #defines of types defined by <inttypes.h>,
	since they break the compiler on Solaris and
	they were only needed for bootstrapping.
	(I added a cvs tag `bootstrap_19990910_inttypes_macros'
	for the version in the repository immediately before this
	change, in case anyone still needs to bootstrap old versions.)

Workspace: /home/mercury0/fjh/mercury
Index: runtime/mercury_bootstrap.h
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/mercury_bootstrap.h,v
retrieving revision 1.8
diff -u -r1.8 mercury_bootstrap.h
--- mercury_bootstrap.h	1999/08/24 01:35:44	1.8
+++ mercury_bootstrap.h	1999/09/10 03:33:56
@@ -15,17 +15,6 @@
 #ifndef	MERCURY_BOOTSTRAP_H
 #define	MERCURY_BOOTSTRAP_H
 
-#define	uintptr_t		MR_uintptr_t
-#define	intptr_t		MR_intptr_t
-#define	uint_least64_t		MR_uint_least64_t
-#define	int_least64_t		MR_int_least64_t
-#define	uint_least32_t		MR_uint_least32_t
-#define	int_least32_t		MR_int_least32_t
-#define	uint_least16_t		MR_uint_least16_t
-#define	int_least16_t		MR_int_least16_t
-#define	uint_least8_t		MR_uint_least8_t
-#define	int_least8_t		MR_int_least8_t
-
 #ifndef	MR_NO_BACKWARDS_COMPAT
 
 /*

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list