Fixing comments
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/17579ee7 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/17579ee7 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/17579ee7 Branch: refs/heads/5.0.x Commit: 17579ee72fe2ddef6c69cc8e913d482408a7bc2d Parents: b639e72 Author: Brian Geffon <[email protected]> Authored: Thu Apr 10 14:21:33 2014 -0700 Committer: Brian Geffon <[email protected]> Committed: Thu Apr 10 14:22:22 2014 -0700 ---------------------------------------------------------------------- mgmt/api/include/mgmtapi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/17579ee7/mgmt/api/include/mgmtapi.h ---------------------------------------------------------------------- diff --git a/mgmt/api/include/mgmtapi.h b/mgmt/api/include/mgmtapi.h index 786db7f..ef6338b 100644 --- a/mgmt/api/include/mgmtapi.h +++ b/mgmt/api/include/mgmtapi.h @@ -48,7 +48,7 @@ #if defined (__SUNPRO_CC) || (defined (__GNUC__) || ! defined(__cplusplus)) #if !defined (bool) #if !defined(darwin) && !defined(freebsd) && !defined(solaris) -// XXX: What other platforms are there? +/* XXX: What other platforms are there? */ #define bool int #endif #endif @@ -62,7 +62,7 @@ #endif #endif -#endif // not linux +#endif /* not linux */ #if !defined (NULL) #define NULL 0
