Mercurial > urweb
view src/config.sig @ 1431:4a6f84092399
Represent 'unit' as C 'int'; change pattern match compilation to avoid 'goto'; change Postgres prepared statement compilation to make life easier for the GCC escape analysis; all this in support of better tail call optimization
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 10 Mar 2011 18:51:15 -0500 |
parents | b2bc8bcd546f |
children | 969b90b1f2f9 |
line wrap: on
line source
signature CONFIG = sig val bin : string val lib : string val includ : string val sitelisp : string val libUr : string val libC : string val libJs : string val gccArgs : string val openssl : string end