1# crcc.tcl - Copyright (C) 2002 Pat Thoyts <patthoyts@users.sourceforge.net>
2#
3# Place holder for building a critcl C module for this tcllib module.
4#
5# -------------------------------------------------------------------------
6# See the file "license.terms" for information on usage and redistribution
7# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
8# -------------------------------------------------------------------------
9# $Id: crcc.tcl,v 1.4 2008/03/25 07:15:35 andreas_kupries Exp $
10
11package require critcl
12
13namespace eval ::crc {
14    variable rcsid {$Id: crcc.tcl,v 1.4 2008/03/25 07:15:35 andreas_kupries Exp $}
15
16    critcl::ccode {
17        /* no code required in this file */
18    }
19}
20
21# @sak notprovided crcc
22package provide crcc 1.0.0