nse.cc (schily-2021-08-14.tar.bz2) | : | nse.cc (schily-2021-09-18.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 34 | skipping to change at line 34 | |||
* Copyright 1994 Sun Microsystems, Inc. All rights reserved. | * Copyright 1994 Sun Microsystems, Inc. All rights reserved. | |||
* Use is subject to license terms. | * Use is subject to license terms. | |||
*/ | */ | |||
/* | /* | |||
* @(#)nse.cc 1.15 06/12/12 | * @(#)nse.cc 1.15 06/12/12 | |||
*/ | */ | |||
#pragma ident "@(#)nse.cc 1.15 06/12/12" | #pragma ident "@(#)nse.cc 1.15 06/12/12" | |||
/* | /* | |||
* This file contains modifications Copyright 2017-2018 J. Schilling | * Copyright 2017-2018 J. Schilling | |||
* | * | |||
* @(#)nse.cc 1.3 18/03/15 2017-2018 J. Schilling | * @(#)nse.cc 1.4 21/08/15 2017-2018 J. Schilling | |||
*/ | */ | |||
#include <schily/mconfig.h> | #include <schily/mconfig.h> | |||
#ifndef lint | #ifndef lint | |||
static UConst char sccsid[] = | static UConst char sccsid[] = | |||
"@(#)nse.cc 1.3 18/03/15 2017-2018 J. Schilling"; | "@(#)nse.cc 1.4 21/08/15 2017-2018 J. Schilling"; | |||
#endif | #endif | |||
#ifdef NSE | #ifdef NSE | |||
/* | /* | |||
* Included files | * Included files | |||
*/ | */ | |||
#include <mk/defs.h> | #include <mk/defs.h> | |||
#include <mksh/macro.h> /* expand_value() */ | #include <mksh/macro.h> /* expand_value() */ | |||
#include <mksh/misc.h> /* get_prop() */ | #include <mksh/misc.h> /* get_prop() */ | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |