diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-09-30 09:03:20 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-09-30 09:03:20 (GMT) |
commit | 5d83a3919d8912254cb477b87abab826cf78bc53 (patch) | |
tree | 2a4aba28f71f0e7830ede94bdc980824a22d3ed3 /generic/tclOO.decls | |
parent | 6a1cc41ccac84140abbe6011995eefbf2e8a4435 (diff) | |
download | tcl-5d83a3919d8912254cb477b87abab826cf78bc53.zip tcl-5d83a3919d8912254cb477b87abab826cf78bc53.tar.gz tcl-5d83a3919d8912254cb477b87abab826cf78bc53.tar.bz2 |
Fix [f51efe99a7] by reverting [371bcd0714]
Diffstat (limited to 'generic/tclOO.decls')
-rw-r--r-- | generic/tclOO.decls | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/generic/tclOO.decls b/generic/tclOO.decls index 19d3f03..31d1113 100644 --- a/generic/tclOO.decls +++ b/generic/tclOO.decls @@ -1,25 +1,12 @@ -# tclOO.decls -- -# -# This file contains the declarations for all supported public functions -# that are exported by the TclOO package that is embedded within the Tcl -# library via the stubs table. This file is used to generate the -# tclOODecls.h, tclOOIntDecls.h, tclOOStubInit.c, and tclOOStubLib.c -# files. -# -# Copyright (c) 2008-2013 by Donal K. Fellows. -# -# See the file "license.terms" for information on usage and redistribution of -# this file, and for a DISCLAIMER OF ALL WARRANTIES. - library tclOO -scspec EXTERN ###################################################################### -# Public API, exposed for general users of TclOO. +# public API # interface tclOO hooks tclOOInt +scspec TCLOOAPI declare 0 { Tcl_Object Tcl_CopyObjectInstance(Tcl_Interp *interp, @@ -129,9 +116,7 @@ declare 28 { } ###################################################################### -# Private API, exposed to support advanced OO systems that plug in on top of -# TclOO; not intended for general use and does not have any commitment to -# long-term support. +# private API, exposed to support advanced OO systems that plug in on top # interface tclOOInt |