1
0
mirror of https://github.com/m00natic/vlfi.git synced 2025-01-18 20:10:47 +00:00

Declare hexl functions to please byte compiler.

This commit is contained in:
Andrey Kotlarski 2014-09-25 17:53:21 +03:00
parent e4a2e806c9
commit 023ee704e7

View File

@ -109,6 +109,9 @@ but don't change batch size. If t, measure and change."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; profiling ;;; profiling
(declare-function hexl-line-displen "hexl")
(declare-function dehexlify-buffer "hexl")
(defun vlf-tune-initialize-measurement () (defun vlf-tune-initialize-measurement ()
"Initialize measurement vector." "Initialize measurement vector."
(make-local-variable 'vlf-tune-max) (make-local-variable 'vlf-tune-max)