Check-in [daa14243cf]
Overview
Comment:Merge trunk
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | bohagan
Files: files | file ages | folders
SHA3-256: daa14243cf06134c695f28da5995ab531fa6482f43fe08cf74b6a259477be167
User & Date: jan.nijtmans on 2024-02-20 16:11:00
Other Links: branch diff | manifest | tags
Context
2024-02-20
16:22
Merge trunk check-in: 61fb454f56 user: jan.nijtmans tags: bohagan
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
16:03
Import trunk from [https://chiselapp.com/user/bohagan/repository/TCLTLS] as separate branch check-in: 4a15938209 user: jan.nijtmans tags: bohagan
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].