% $Id: DEoptions.sty 574 2011-09-05 08:17:17Z herbert $
% Copyright 2011 by Herbert Voss
%
% This file may be distributed and/or modified
%
% 1. under the LaTeX Project Public License and/or
% 2. under the GNU Public License.
%
% See the file doc/licenses/LICENSE for more details.
\RequirePackage{keyval}[1997/11/10]
\def\ProcessOptionsExa{%
\let\@tempa\@empty
\ifx\@currext\@clsextension%
\else
\@for\CurrentOption:=\@classoptionslist\do{%
\@ifundefined{KV@\@currname @\CurrentOption}%
{}{\edef\@tempa{\@tempa,\CurrentOption,}}}%
\fi
\edef\@tempa{%
\noexpand\setkeys{\@currname}{\@tempa\@ptionlist{\@currname.\@currext}}}%
\let\exa@origkverr\KV@err%
\ifx\@currext\@clsextension\let\KV@errx=\@gobble\fi% never mind
\@tempa%
\let\KV@err\exa@origkverr%
\AtEndOfPackage{\let\@unprocessedoptions\relax}}