From 597a1487c716b799428f4b4a4903e65df4c93ba9 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 15 Sep 2008 20:03:56 +0000 Subject: Whoa! Loads of NIDS work. It actually compiles, runs, and I'm optimizing the hell out of it. Good times, everyone. This is a major chunk for congo, and the new optimizations should be good. --- src/fstring.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/fstring.h') diff --git a/src/fstring.h b/src/fstring.h index 31b55d2..a9b4c95 100644 --- a/src/fstring.h +++ b/src/fstring.h @@ -19,21 +19,12 @@ #include "bu/archival.h" #include "bu/archive.h" #include "bu/hash.h" +#include "bu/util.h" #ifndef min #define min( a, b ) ((a 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1)) -#define DEPRECATED __attribute__((__deprecated__)) -#else -#define DEPRECATED -#endif /* __GNUC__ */ - - namespace Bu { template< typename chr > -- cgit v1.2.3