The following trivial patch fixes building the current git repository when "--enable-debug" is specified to configure.
Signed-off-by: Eric Brower <[email protected]> Thanks, E diff --git a/src/lex.l b/src/lex.l index 2f4e313..ca539b7 100644 --- a/src/lex.l +++ b/src/lex.l @@ -18,7 +18,7 @@ #include "parse.h" int line_no = 1; -#define YY_FATAL_ERROR(msg) cgroup_dbg(%s) +#define YY_FATAL_ERROR(msg) cgroup_dbg(msg) %} %% -- E ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
