diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2007-04-10 22:06:35 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2007-04-10 22:06:35 (GMT) |
| commit | 91f9bff7f56a526797d783bcc793712e317b7d1c (patch) | |
| tree | c27b036444ee22e4fa5c5dde4fa28da4bffc0867 | |
| parent | 4a583225fefc4a18d36106cb6ca5ee7fea673b14 (diff) | |
| download | tcl-91f9bff7f56a526797d783bcc793712e317b7d1c.zip tcl-91f9bff7f56a526797d783bcc793712e317b7d1c.tar.gz tcl-91f9bff7f56a526797d783bcc793712e317b7d1c.tar.bz2 | |
Complete conversion to ANSI function definitions
| -rw-r--r-- | generic/tclExecute.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclExecute.c b/generic/tclExecute.c index 13844c1..da4a5fd 100644 --- a/generic/tclExecute.c +++ b/generic/tclExecute.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclExecute.c,v 1.272 2007/04/10 14:47:14 dkf Exp $ + * RCS: @(#) $Id: tclExecute.c,v 1.273 2007/04/10 22:06:35 dkf Exp $ */ #include "tclInt.h" @@ -6796,8 +6796,8 @@ IllegalExprOperandType( */ void -TclGetSrcInfoForPc (cfPtr) - CmdFrame *cfPtr; +TclGetSrcInfoForPc( + CmdFrame *cfPtr) { ByteCode *codePtr = (ByteCode *) cfPtr->data.tebc.codePtr; |
