From f6e0b7d0c07e4043a96b3ac976eaf082454f4501 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 6 Jun 2006 20:28:42 +0000 Subject: Regenerated all headers. --- RichString.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'RichString.h') diff --git a/RichString.h b/RichString.h index f59c5765..64ad7aff 100644 --- a/RichString.h +++ b/RichString.h @@ -1,4 +1,4 @@ -/* Do not edit this file. It was automatically genarated. */ +/* Do not edit this file. It was automatically generated. */ #ifndef HEADER_RichString #define HEADER_RichString @@ -7,7 +7,6 @@ #include #include #include -#include #include "debug.h" #include @@ -21,6 +20,9 @@ typedef struct RichString_ { } RichString; +#ifndef MIN +#define MIN(a,b) ((a)<(b)?(a):(b)) +#endif RichString RichString_new(); -- cgit v1.2.3