% hyphen.one	Include only one hyphenation pattern in TeX 3.x
%		and disable the \language counter.
%
% last change	19.12.90 br
%
% ! Please fix this file, if there's a "real" standard (and interface) to
% ! the multilanguage feature of TeX 3.0

\immediate\write16{Loading only one hyphenation pattern file.}
\immediate\write16{Please specify the file (ehyphen or dhyphen):}

\input xxxhyphen

% Is this TeX 3.x ?
%
\ifx\undefined\inputlineno \else
  \ifnum\inputlineno=-1 \else
    \immediate\write16{I disable the \language counter to avoid confusion.}
    \newcount\language
  \fi
\fi

\endinput
% --- end
