1 new commit in XEmacs:
https://bitbucket.org/xemacs/xemacs/commits/02d0124c6314/
Changeset: 02d0124c6314
User: Jerry James
Date: 2013-03-28 15:33:57
Summary: AC_FUNC_SEEKO is the name of the autoconf macro. HAVE_FSEEKO is the name
of the C preprocessor symbol. Do not confuse the two. See xemacs-patches
message <CAHCOHQ=i7N2mYiE+M7O+0jqnDtmCBPSx+iitaintGJ=Ttwcf8Q(a)mail.gmail.com>.
Affected #: 2 files
diff -r ec3712ffd0e67181ae8d48ee0c09af2ca14cca80 -r
02d0124c631454a744ad752c06e5c5966d781e12 src/ChangeLog
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+2013-03-28 Jerry James <james(a)xemacs.org>
+
+ * config.h.in: AC_FUNC_FSEEKO is the name of the autoconf macro.
+ HAVE_FSEEKO is the name of the C preprocessor symbol. Do not
+ confuse the two.
+
2013-03-11 Vin Shelton <acs(a)xemacs.org>
* config.h.in: Move large file support outside WIN32_NO_CONFIGURE block.
diff -r ec3712ffd0e67181ae8d48ee0c09af2ca14cca80 -r
02d0124c631454a744ad752c06e5c5966d781e12 src/config.h.in
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -760,7 +760,7 @@
#undef SIZEOF_OFF_T
/* Large file support */
-#undef AC_FUNC_FSEEKO
+#undef HAVE_FSEEKO
/* some systems (Cygwin) typedef u?intptr_t in <sys/types.h>
but the standard is <inttypes.h>
@@ -1179,7 +1179,7 @@
#define SUPPORT_CONFOUNDING_FUNCTIONS NEED_TO_HANDLE_21_4_CODE
/* Large file support */
-#ifdef AC_FUNC_FSEEKO
+#ifdef HAVE_FSEEKO
# define OFF_T off_t
# define FSEEK(stream, offset, whence) fseeko (stream, offset, whence)
# define FTELL(stream) ftello (stream)
Repository URL:
https://bitbucket.org/xemacs/xemacs/
--
This is a commit notification from
bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches