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

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

    "# line $lineno \"$filename\"\n";
}

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