~ubuntu-branches/ubuntu/raring/tcl8.5/raring

« back to all changes in this revision

Viewing changes to generic/tclStubInit.c

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2007-11-21 18:15:50 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071121181550-ov5a3v330ovczzbb
Tags: 0.b3-1
New upstream beta release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 * See the file "license.terms" for information on usage and redistribution
9
9
 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
10
10
 *
11
 
 * RCS: @(#) $Id: tclStubInit.c,v 1.144 2007/09/06 18:13:23 dgp Exp $
 
11
 * RCS: @(#) $Id: tclStubInit.c,v 1.146 2007/11/12 02:07:20 hobbs Exp $
12
12
 */
13
13
 
14
14
#include "tclInt.h"
326
326
    TclVarHashCreateVar, /* 234 */
327
327
    TclInitVarHashTable, /* 235 */
328
328
    TclBackgroundException, /* 236 */
 
329
    TclByteArrayMatch, /* 237 */
 
330
    TclReToGlob, /* 238 */
329
331
};
330
332
 
331
333
TclIntPlatStubs tclIntPlatStubs = {