Check-in [e2c4b7ced2]
Overview
Comment:Add missing win/nmakehlp.c. Typo in tclOpts.h
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | nijtmans
Files: files | file ages | folders
SHA3-256: e2c4b7ced25f97734d7924edcfb692464d29af2d12b7bf426adbf00fc5807baa
User & Date: jan.nijtmans on 2024-02-20 16:09:05
Other Links: branch diff | manifest | tags
Context
2024-02-20
16:18
Don't depend on Tcl 8.3 ..... check-in: c4ff285b07 user: jan.nijtmans tags: nijtmans
16:11
Merge trunk check-in: daa14243cf user: jan.nijtmans tags: bohagan
16:09
Add missing win/nmakehlp.c. Typo in tclOpts.h check-in: e2c4b7ced2 user: jan.nijtmans tags: nijtmans
15:53
Win README: I think, it is the x64 native prompt, as 64 bit is targeted. check-in: db3bebd670 user: oehhar tags: nijtmans
Changes

Modified generic/tclOpts.h from [f9620d33de] to [f7b8a186b3].

1
2
3
4
5
6
7
8
9
10
11
/*
 *  Copyright (C) 1997-2000 Matt Newman <[email protected]>
 *
 * Stylized option processing - requires consitent
 * external vars: opt, idx, objc, objv
 */
#ifndef _TCL_OPTS_H
#define _TCL_OPTS_H

#define OPT_PROLOG(option)			\
    if (strcmp(opt, (option)) == 0) {		\



|







1
2
3
4
5
6
7
8
9
10
11
/*
 *  Copyright (C) 1997-2000 Matt Newman <[email protected]>
 *
 * Stylized option processing - requires consistent
 * external vars: opt, idx, objc, objv
 */
#ifndef _TCL_OPTS_H
#define _TCL_OPTS_H

#define OPT_PROLOG(option)			\
    if (strcmp(opt, (option)) == 0) {		\

Added win/nmakehlp.c version [570fb959d3].