[Groonga-commit] groonga/groonga at 45c7b71 [master] expr inspect: use "AND_NOT" instead of "BUT"

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Nov 19 12:44:02 JST 2013


Kouhei Sutou	2013-11-19 12:44:02 +0900 (Tue, 19 Nov 2013)

  New Revision: 45c7b71ebb12425d39ab2174525c62e5af79f762
  https://github.com/groonga/groonga/commit/45c7b71ebb12425d39ab2174525c62e5af79f762

  Message:
    expr inspect: use "AND_NOT" instead of "BUT"
    
    Because "BUT" is deprecated.

  Modified files:
    lib/expr.c

  Modified: lib/expr.c (+1 -1)
===================================================================
--- lib/expr.c    2013-11-18 12:40:40 +0900 (4760b64)
+++ lib/expr.c    2013-11-19 12:44:02 +0900 (db53073)
@@ -181,7 +181,7 @@ static const char *opstrs[] = {
   "GET_REF",
   "GET_VALUE",
   "AND",
-  "BUT",
+  "AND_NOT",
   "OR",
   "ASSIGN",
   "STAR_ASSIGN",
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index