memaslap: fix global/period rate
[awesomized/libmemcached] / src / libmemcached / csl / scanner.l
index d82af27c6c407c04fe38fd070fafdfa32582db63..d0d79a67e8e54f5ce1c1b3799c79b3d2f21a89d3 100644 (file)
 
 %top{
 
-#include <libmemcached/csl/common.h>
-#include <libmemcached/csl/context.h>
-#include <libmemcached/csl/parser.h>
-#include <libmemcached/csl/symbol.h>
+#include "libmemcached/csl/common.h"
+#include "libmemcached/csl/context.h"
+#include "libmemcached/csl/parser.h"
+#include "libmemcached/csl/symbol.h"
 
 #ifndef __INTEL_COMPILER
 #pragma GCC diagnostic ignored "-Wold-style-cast"
@@ -83,7 +83,8 @@
 }
 
 #define YY_FATAL_ERROR(msg) \
-{ \
+{\
+    fprintf(stderr, "%s\n", msg); \
 }
 
 #define YYSTYPE CONFIG_STYPE