[TxMt] C syntax fixes
Sune Foldager
cryo at cyanite.org
Wed Jan 25 22:55:22 UTC 2006
On 25/01/2006, at 23:52, Oscar Bonilla wrote:
> void
> TclCompileExprWords(interp, tokenPtr, numWords, envPtr)
> Tcl_Interp *interp; /* Used for error and status reporting. */
> Tcl_Token *tokenPtr; /* Points to first in an array of word tokens
> * tokens for the expression to compile
> * inline. */
> int numWords; /* Number of word tokens starting at tokenPtr.
> * Must be at least 1. Each word token
> * contains one or more subtokens. */
> CompileEnv *envPtr; /* Holds the resulting instructions. */
> {
> }
I thought K&R style prototypes are no longer legal in C?
-- Sune.
More information about the textmate
mailing list