1 Make sure to include config.h so that NEEDS_* macros are properly
2 taken into account. This was a problem for NEEDS_YYWRAP, which was set
3 to 1 in config.h, but the corresponding code wasn't compiled in.
5 Index: at-3.1.13/parsetime.l
6 ===================================================================
7 --- at-3.1.13.orig/parsetime.l
8 +++ at-3.1.13/parsetime.l
12 #include "parsetime.h"
15 char *last_token = NULL;