From bb976e3a5cc01abecf6729eb511f75fb21c6d2c4 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 12 Jun 2014 11:05:10 -0400 Subject: Add a C99 conformance test for the headers. --- libdimension/dimension/pool.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libdimension/dimension/pool.h') diff --git a/libdimension/dimension/pool.h b/libdimension/dimension/pool.h index 164bbbc..a744398 100644 --- a/libdimension/dimension/pool.h +++ b/libdimension/dimension/pool.h @@ -25,9 +25,9 @@ * once once a scene is rendered (for example). */ -#include /* For size_t */ +#include // For size_t -/* Forward-declare dmnsn_pool. */ +// Forward-declare dmnsn_pool. typedef struct dmnsn_pool dmnsn_pool; /** -- cgit v1.2.3