acs-lang-init.tcl

Does not contain a contract.

Location:
/packages/acs-lang/tcl/acs-lang-init.tcl

Related Files

[ hide source ] | [ make this the default ]

File Contents

ad_library {
    Do initialization at server startup for the acs-lang package.

    @creation-date 23 October 2000
    @author Peter Marklund (peter@collaboraid.biz)
    @cvs-id $Id: acs-lang-init.tcl,v 1.10 2017/08/07 23:47:56 gustafn Exp $
}

# Cache I18N messages in memory for fast lookups
lang::message::cache

# Local variables:
#    mode: tcl
#    tcl-indent-level: 4
#    indent-tabs-mode: nil
# End: