From 0fec83ebc89bd6b86f772d942b7c39b13f773d3a Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 12 Jun 2014 13:45:06 -0400 Subject: Add a C89 compliance test for the headers. Technically we still require a couple things from C99 like "bool", but it works with -std=c89 under gcc. --- 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 a744398..164bbbc 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