Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
;ELC ;;; Compiled by leavens@CMC3251632-A on Fri Aug 09 22:33:55 2002 ;;; from file d:/emacs/elib/elib-node.el ;;; in Emacs version 21.2.1 ;;; with bytecomp version 2.85 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. (if (and (boundp 'emacs-version) (< (aref emacs-version (1- (length emacs-version))) ?A) (or (and (boundp 'epoch::version) epoch::version) (string-lessp emacs-version "19.29"))) (error "`elib-node.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (provide 'elib-node) (defalias 'elib-node-create '(macro . #[(left right data) "\303 \nF\207" [left right data vector] 4])) (defalias 'elib-node-left '(macro . #[(node) "\301\302BB\207" [node aref (0)] 3])) (defalias 'elib-node-right '(macro . #[(node) "\301\302BB\207" [node aref (1)] 3])) (defalias 'elib-node-data '(macro . #[(node) "\301\302BB\207" [node aref (2)] 3])) (defalias 'elib-node-set-left '(macro . #[(node newleft) "\302\303 F\207" [node newleft aset 0] 4])) (defalias 'elib-node-set-right '(macro . #[(node newright) "\302\303 F\207" [node newright aset 1] 4])) (defalias 'elib-node-set-data '(macro . #[(node newdata) "\302\303 F\207" [node newdata aset 2] 4])) (defalias 'elib-node-branch '(macro . #[(node branch) "\302 E\207" [node branch aref] 3])) (defalias 'elib-node-set-branch '(macro . #[(node branch newval) "\303 \nF\207" [node branch newval aset] 4]))