[m-dev.] Trivial diff: fix missing entry in mercury_conf.h.in
Warwick Harvey
wharvey at cs.monash.edu.au
Thu May 13 18:08:34 AEST 1999
Estimated hours taken: 1
Mercury failed to configure properly if `<stdint.h>' existed. This was due
to `HAVE_STDINT' not being included in `runtime/mercury_conf.h.in'.
runtime/mercury_conf.h.in:
Added entries for `HAVE_STDINT'.
Index: runtime/mercury_conf.h.in
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/mercury_conf.h.in,v
retrieving revision 1.18
diff -u -r1.18 mercury_conf.h.in
--- 1.18 1999/04/30 06:21:15
+++ mercury_conf.h.in 1999/05/13 07:55:43
@@ -91,6 +91,7 @@
** HAVE_SYS_PARAM we have <sys/param.h>
** HAVE_SYS_WAIT we have <sys/wait.h>
** HAVE_DLFCN_H we have <dlfcn.h>
+** HAVE_STDINT we have <stdint.h>
*/
#undef HAVE_SYS_SIGINFO
#undef HAVE_UCONTEXT
@@ -100,6 +101,7 @@
#undef HAVE_SYS_PARAM
#undef HAVE_SYS_WAIT
#undef HAVE_DLFCN_H
+#undef HAVE_STDINT
/*
** The following macros are defined iff the corresponding function or
--------------------------------------------------------------------------
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