summaryrefslogtreecommitdiff
path: root/web/glasgow/lit2x-0.16/literate/lit-2pgm-none.lprl
blob: 6f5e8218c7bd1242843a302ac9099fa855f7dc72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
\section[lit2pgm_for_none]{Lit2pgm-only code for language \tr{none}}

\begin{code}
sub mk_line_directive {
    local($filename,$lineno) = @_;
    # toss it
    '';
}

# so we get 'do'ne correctly
1;
\end{code}