]> arthur.barton.de Git - netatalk.git/blobdiff - etc/spotlight/spotlight_rawquery_lexer.l
Spotlight: support for OS X 10.6 clients
[netatalk.git] / etc / spotlight / spotlight_rawquery_lexer.l
index db7f40cd82f673321d33fe2edc4a6f5f65131cce..34d7e05ff21ede74ddce2e4eb788983ccb2e6e75 100644 (file)
@@ -35,6 +35,7 @@ true                                  {yylval.bval = true; return BOOL;}
 \&\&                                  return AND;
 \|\|                                  return OR;
 \=\=                                  return EQUAL;
+\=                                    return EQUAL;
 \!\=                                  return UNEQUAL;
 \<                                    return LT;
 \>                                    return GT;