Skip to content

Commit

Permalink
Mark AST_GREATER(_EQUAL) as obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Aug 31, 2016
1 parent 24fbefd commit 9e9569c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@ AST_FOREACH: expr, value, key, stmts
AST_FUNC_DECL: params, uses, stmts, returnType
AST_GLOBAL: var
AST_GOTO: label
AST_GREATER: left, right
AST_GREATER_EQUAL: left, right
AST_GREATER: left, right // prior to version 20
AST_GREATER_EQUAL: left, right // prior to version 20
AST_GROUP_USE: prefix, uses
AST_HALT_COMPILER: offset
AST_IF_ELEM: cond, stmts
Expand Down

0 comments on commit 9e9569c

Please sign in to comment.