Add some comments to #else and #endif to make it clearer what's going

on.

svn path=/trunk/; revision=49223
This commit is contained in:
Guy Harris 2013-05-10 02:41:22 +00:00
parent 518faee2e7
commit 4422348ebc
1 changed files with 3 additions and 3 deletions

View File

@ -138,7 +138,7 @@ struct crashreporter_annotations_t gCRAnnotations
};
#define CRSetCrashLogMessage(m) _crc_make_setter(message, m)
#endif
#endif /* 0 */
void
ws_add_crash_info(const char *fmt, ...)
@ -160,7 +160,7 @@ ws_add_crash_info(const char *fmt, ...)
}
}
#else
#else /* __APPLE__ */
/*
* Perhaps Google Breakpad (http://code.google.com/p/google-breakpad/) or
* other options listed at
@ -171,4 +171,4 @@ void
ws_add_crash_info(const char *fmt _U_, ...)
{
}
#endif
#endif /* __APPLE__ */