minor formatting
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
diff --git a/ChangeLog b/ChangeLog
index fe75bb5..01f1ad9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,13 @@
2008-06-24 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
- * 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 <wl@gnu.org>
diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw
index b69e4ae..de65fed 100644
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -289,8 +289,7 @@ if test x$with_old_mac_fonts = xyes; then
],
[AC_MSG_RESULT([no])
CFLAGS="$orig_CFLAGS"
- ])
- ],
+ ])],
[AC_MSG_RESULT([not found])
LDFLAGS="${orig_LDFLAGS}"
CFLAGS="$CFLAGS -DDARWIN_NO_CARBON"])