Fix: peg-related compiler warnings
This commit is contained in:
parent
6bb2db9392
commit
2aa8e84fc9
1 changed files with 2 additions and 2 deletions
|
|
@ -1731,8 +1731,8 @@ element should be a regexp string."
|
||||||
|
|
||||||
;; Fix compiler warnings probably caused by `peg' not using lexical-binding.
|
;; Fix compiler warnings probably caused by `peg' not using lexical-binding.
|
||||||
;; TODO: File bug report upstream.
|
;; TODO: File bug report upstream.
|
||||||
(defvar peg-errors nil)
|
(defvar peg-errors)
|
||||||
(defvar peg-stack nil)
|
(defvar peg-stack)
|
||||||
|
|
||||||
(defmacro org-ql--peg-parse-string (rules string &optional noerror)
|
(defmacro org-ql--peg-parse-string (rules string &optional noerror)
|
||||||
"Parse STRING according to RULES."
|
"Parse STRING according to RULES."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue