summaryrefslogtreecommitdiff
path: root/tex/context/base/syst-var.tex
blob: 6dbaae92d0f0acfd578058b04dc202cdf3264f9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
%D \module
%D   [       file=syst-con,
%D        version=2005.07.04, % moved code
%D          title=\CONTEXT\ System Macros,
%D       subtitle=Variables,
%D         author=Hans Hagen,
%D           date=\currentdate,
%D      copyright={PRAGMA / Hans Hagen \& Ton Otten}]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.

\writestatus{loading}{Context System Macro's / Variables}

\ifx\undefined\globalscratchcounter \newcount \globalscratchcounter \fi
\ifx\undefined\globalscratchdimen   \newdimen \globalscratchdimen   \fi
\ifx\undefined\globalscratchskip    \newskip  \globalscratchskip    \fi
\ifx\undefined\globalscratchmuskip  \newmuskip\globalscratchmuskip  \fi
\ifx\undefined\globalscratchbox     \newbox   \globalscratchbox     \fi
\ifx\undefined\globalscratchtoks    \newtoks  \globalscratchtoks    \fi

\endinput