summaryrefslogtreecommitdiffstats
path: root/src/util/profile/prof_parse.c
diff options
context:
space:
mode:
authorMiro Jurisic <meeroh@mit.edu>1998-07-17 20:39:56 +0000
committerMiro Jurisic <meeroh@mit.edu>1998-07-17 20:39:56 +0000
commit7b8d15281d33c0699f851c3d39d6e5c8435cbede (patch)
treef66c528e23f808dc0f3b9b9fbc09164c9a840db9 /src/util/profile/prof_parse.c
parent3ae218d91ea7c5ead6b3095a5faa2708f8b05390 (diff)
downloadkrb5-7b8d15281d33c0699f851c3d39d6e5c8435cbede.tar.gz
krb5-7b8d15281d33c0699f851c3d39d6e5c8435cbede.tar.xz
krb5-7b8d15281d33c0699f851c3d39d6e5c8435cbede.zip
Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is the standard symbol defined by all Mac compiler (oh, sure, it doesn't have _. but at least it's always there)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10653 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile/prof_parse.c')
-rw-r--r--src/util/profile/prof_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/profile/prof_parse.c b/src/util/profile/prof_parse.c
index e7e72b8cda..5d92d9706a 100644
--- a/src/util/profile/prof_parse.c
+++ b/src/util/profile/prof_parse.c
@@ -295,7 +295,7 @@ static void output_quoted_string(str, f)
#define EOL "\r\n"
#endif
-#ifdef _MACINTOSH
+#ifdef macintosh
#define EOL "\r"
#endif