summaryrefslogtreecommitdiff
path: root/tex/context/base/spac-ver.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/spac-ver.lua')
-rw-r--r--tex/context/base/spac-ver.lua7
1 files changed, 2 insertions, 5 deletions
diff --git a/tex/context/base/spac-ver.lua b/tex/context/base/spac-ver.lua
index 18b04f3fc..038bfc9f6 100644
--- a/tex/context/base/spac-ver.lua
+++ b/tex/context/base/spac-ver.lua
@@ -310,11 +310,8 @@ end
-- check variables.none etc
local function fixedprofile(current)
- if builders.profiling then
- return builders.profiling.fixedprofile(current)
- else
- return false
- end
+ local profiling = builders.profiling
+ return profiling and profiling.fixedprofile(current)
end
local function snap_hlist(where,current,method,height,depth) -- method.strut is default