aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Printlines.mli
Commit message (Collapse)AuthorAgeFilesLines
* Use the LGPL instead of the GPL for dual-licensed filesXavier Leroy2021-05-081-4/+5
| | | | | | The GPL makes sense for whole applications, but the dual-licensed Coq and OCaml files are more like libraries to be combined with other code, so the LGPL is more appropriate.
* Code cleanup.Bernhard Schommer2016-03-101-0/+2
| | | | | | Removed some unused variables, functions etc. and resolved some problems which occur if all warnings except 3,4,9 and 29 are active. Bug 18394.
* In -g -S mode, annotate the generated asm file with the C source code in ↵Xavier Leroy2015-01-071-0/+28
comments. Refactor printing of .loc debug directives in backend/PrintAnnot.ml