ref: e172c332bce663c4badfdddd3b65bd5df4553361
parent: 2be28a448fc16b0de2536aadc70ea854a55bd3d0
author: Werner Lemberg <[email protected]>
date: Wed Jun 25 18:21:42 EDT 2008
minor formatting
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,13 @@
2008-06-24 suzuki toshiya <[email protected]>
- * builds/unix/configure.raw: Check type "ResourceIndex" explicitly
- and define HAVE_TYPE_RESOURCE_INDEX if it is defined. Mac OS X
- 10.5 bundles 10.4u SDK with MAC_OS_X_VERSION_10_5 macro but without
- ResourceIndex type definition. The macro does not inform the type
+ * builds/unix/configure.raw: Check type `ResourceIndex. explicitly
+ and define HAVE_TYPE_RESOURCE_INDEX if it is defined. Mac OS X 10.5
+ bundles 10.4u SDK with MAC_OS_X_VERSION_10_5 macro but without
+ ResourceIndex type definition. The macro does not inform the type
availability.
* src/base/ftmac.c: More parentheses are inserted to clarify the
- conditionals to disable legacy APIs in "10.5 and later" cases.
- If HAVE_TYPE_RESOURCE_INDEX is not defined, ResourceIndex is
- defined.
+ conditionals to disable legacy APIs in `10.5 and later' cases. If
+ HAVE_TYPE_RESOURCE_INDEX is not defined, ResourceIndex is defined.
2008-06-24 Werner Lemberg <[email protected]>
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -289,8 +289,7 @@
],
[AC_MSG_RESULT([no])
CFLAGS="$orig_CFLAGS"
- ])
- ],
+ ])],
[AC_MSG_RESULT([not found])
LDFLAGS="${orig_LDFLAGS}"
CFLAGS="$CFLAGS -DDARWIN_NO_CARBON"])