]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/doc/reserved.sty
- renamed ocaml/ to components/
[helm.git] / helm / ocaml / tactics / doc / reserved.sty
diff --git a/helm/ocaml/tactics/doc/reserved.sty b/helm/ocaml/tactics/doc/reserved.sty
deleted file mode 100644 (file)
index c0d56b8..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
-%%
-%% This is file `reserved.sty',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% semantic.dtx  (with options: `allOptions,reservedWords')
-%% 
-%% IMPORTANT NOTICE:
-%% 
-%% For the copyright see the source file.
-%% 
-%% Any modified versions of this file must be renamed
-%% with new filenames distinct from reserved.sty.
-%% 
-%% For distribution of the original source see the terms
-%% for copying and modification in the file semantic.dtx.
-%% 
-%% This generated file may be distributed as long as the
-%% original source files, as listed above, are part of the
-%% same distribution. (The sources need not necessarily be
-%% in the same archive or directory.)
-%%
-%% semantic.dtx  (c)1995--2002 Peter M^^f8ller Neergaard and
-%%                             Arne John Glenstrup
-%%
-\expandafter\ifx\csname sem@nticsLoader\endcsname\relax
-  \PackageError{semantic}{%
-    This file should not be loaded directly}
-    {%
-      This file is an option of the semantic package.  It should not be
-        loaded directly\MessageBreak
-      but by using \protect\usepackage{semantic} in your document
-        preamble.\MessageBreak
-      No commands are defined.\MessageBreak
-     Type <return> to proceed.
-    }%
-\else
-\TestForConflict{\reservestyle,\@reservestyle,\setreserved,\<}
-\TestForConflict{\@parseDefineReserved,\@xparseDefineReserved}
-\TestForConflict{\@defineReserved,\@xdefineReserved}
-\newcommand{\reservestyle}[3][]{
-  \newcommand{#2}{\@parseDefineReserved{#1}{#3}}
-   \expandafter\expandafter\expandafter\def
-     \expandafter\csname set\expandafter\@gobble\string#2\endcsname##1%
-   {#1{#3{##1}}}}
-\newtoks\@@spacing
-\newtoks\@@formating
-\def\@parseDefineReserved#1#2{%
-  \@ifnextchar[{\@xparseDefineReserved{#2}}%
-     {\@xparseDefineReserved{#2}[#1]}}
-\def\@xparseDefineReserved#1[#2]#3{%
-  \@@formating{#1}%
-  \@@spacing{#2}%
-  \expandafter\@defineReserved#3,\end
-}
-\def\@defineReserved#1,{%
-  \@ifnextchar\end
-  {\@xdefineReserved #1[]\END\@gobble}%
-  {\@xdefineReserved#1[]\END\@defineReserved}}
-\def\@xdefineReserved#1[#2]#3\END{%
-  \def\reserved@a{#2}%
-  \ifx \reserved@a\empty \toks0{#1}\else \toks0{#2} \fi
-    \expandafter\edef\csname\expandafter<#1>\endcsname
-    {\the\@@formating{\the\@@spacing{\the\toks0}}}}
-\def\setreserved#1>{%
-  \expandafter\let\expandafter\reserved@a\csname<#1>\endcsname
-  \@ifundefined{reserved@a}{\PackageError{Semantic}
-      {``#1'' is not defined as a reserved word}%
-      {Before referring to a name as a reserved word, it %
-      should be defined\MessageBreak using an appropriate style
-      definer.  A style definer is defined \MessageBreak
-      using \protect\reservestyle.\MessageBreak%
-      Type <return> to proceed --- nothing will be set.}}%
-  {\reserved@a}}
-\let\<=\setreserved
-\fi
-\endinput
-%%
-%% End of file `reserved.sty'.