Fix need for permissive.-------------- This line and the following will be ignored...
[awesomized/libmemcached] / libmemcached / options / symbol.h
index d48a5a2962bceac182d07a24fb195a762277ba10..b14eb331116996eed4a82a6add1e3285bf3d4c3a 100644 (file)
@@ -45,11 +45,13 @@ union YYSTYPE
 {
   long long number;  
   string_t string;
+  string_t option;
   server_t server;
   double double_number;
   memcached_server_distribution_t distribution;
   memcached_hash_t hash;
   memcached_behavior_t behavior;
+  bool boolean;
 };
 
 typedef union YYSTYPE YYSTYPE;