cmake: compat
[m6w6/libmemcached] / libmemcached / csl / context.h
index 97303c50bf09f463e4566391356a4ed30cf79bbd..64d1f2f35028b02052eba95493145c8cc06cf720 100644 (file)
@@ -37,8 +37,8 @@
 
 #pragma once
 
-#include <libmemcached/csl/common.h>
-#include <libmemcached/csl/parser.h>
+#include "libmemcached/csl/common.h"
+#include "libmemcached/csl/parser.h"
 
 class Context
 {
@@ -106,8 +106,8 @@ public:
     return _hostname;
   }
 
-  void abort(const char *, yytokentype, const char *);
-  void error(const char *, yytokentype, const char* );
+  void abort(const char *, config_tokentype, const char *);
+  void error(const char *, config_tokentype, const char* );
 
   ~Context()
   {
@@ -116,7 +116,7 @@ public:
     memc->state.is_parsing= false;
   }
 
-  yytokentype previous_token;
+  config_tokentype previous_token;
   void *scanner;
   const char *buf;
   const char *begin;