aboutsummaryrefslogtreecommitdiff
path: root/packages/darwin_app/patches
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-06-09 16:19:58 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-06-09 16:19:58 +0000
commite493c9aa07675099253e07ac3eb1ccf10880a8e2 (patch)
tree79042aef69e0e69a7e3c6d0c8fd0c826572a6b30 /packages/darwin_app/patches
parent022ba4c61f28702e14e9788d6d5af12b0ac69bdd (diff)
changed comment to be more human readable
svn path=/trunk/; revision=3148
Diffstat (limited to 'packages/darwin_app/patches')
-rw-r--r--packages/darwin_app/patches/MACOSX-to-__APPLE__.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/darwin_app/patches/MACOSX-to-__APPLE__.patch b/packages/darwin_app/patches/MACOSX-to-__APPLE__.patch
index 1f2c5c33..c8347c06 100644
--- a/packages/darwin_app/patches/MACOSX-to-__APPLE__.patch
+++ b/packages/darwin_app/patches/MACOSX-to-__APPLE__.patch
@@ -247,7 +247,7 @@ diff -u -w -r1.6 s_path.c
-/* Startup file reading for linux and MACOSX. As of 0.38 this will be
-+/* Startup file reading for linux and __APPLE__. As of 0.38 this will be
++/* Startup file reading for linux and Mac OS X. As of 0.38 this will be
deprecated in favor of the "settings" mechanism */
int sys_argparse(int argc, char **argv);
@@ -279,7 +279,7 @@ diff -u -w -r1.2 t_main.c
-#ifndef MACOSX /* linux and IRIX only; in MACOSX we don't link this in */
-+#ifndef __APPLE__ /* linux and IRIX only; in __APPLE__ we don't link this in */
++#ifndef __APPLE__ /* linux and IRIX only; in Mac OS X we don't link this in */
#include "tk.h"
#include <stdlib.h>