From a7cd3703ea1ff4686d49888f014c746b56411fdf Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 21 Apr 2011 23:00:26 -0400 Subject: New DMNSN_INTERNAL tag. --- libdimension/profile.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libdimension/profile.h') diff --git a/libdimension/profile.h b/libdimension/profile.h index 04c77e2..f7359a3 100644 --- a/libdimension/profile.h +++ b/libdimension/profile.h @@ -29,7 +29,7 @@ #include /** - * Record an test and its expected result. Called by dmnsn_[un]likely(); + * Record a test and its expected result. Called by dmnsn_[un]likely(); * don't call directly. * @param[in] result The result of the test. * @param[in] expected The expected result of the test. @@ -38,7 +38,7 @@ * @param[in] line The line number on which the test occurs. * @return \p result. */ -bool dmnsn_expect(bool result, bool expected, - const char *func, const char *file, unsigned int line); +DMNSN_INTERNAL bool dmnsn_expect(bool result, bool expected, const char *func, + const char *file, unsigned int line); #endif /* DIMENSION_IMPL_PROFILE_H */ -- cgit v1.2.3