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/dictionary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdimension/dimension/dictionary.h') diff --git a/libdimension/dimension/dictionary.h b/libdimension/dimension/dictionary.h index 15661de..887b171 100644 --- a/libdimension/dimension/dictionary.h +++ b/libdimension/dimension/dictionary.h @@ -23,7 +23,7 @@ * Simple associative arrays. */ -/// A string-object associative array. +/** A string-object associative array. */ typedef struct dmnsn_dictionary dmnsn_dictionary; /** -- cgit v1.2.3