state.cc (schily-2021-08-14.tar.bz2) | : | state.cc (schily-2021-09-18.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 34 | skipping to change at line 34 | |||
* Copyright 2004 Sun Microsystems, Inc. All rights reserved. | * Copyright 2004 Sun Microsystems, Inc. All rights reserved. | |||
* Use is subject to license terms. | * Use is subject to license terms. | |||
*/ | */ | |||
/* | /* | |||
* @(#)state.cc 1.27 06/12/12 | * @(#)state.cc 1.27 06/12/12 | |||
*/ | */ | |||
#pragma ident "@(#)state.cc 1.27 06/12/12" | #pragma ident "@(#)state.cc 1.27 06/12/12" | |||
/* | /* | |||
* This file contains modifications Copyright 2017-2018 J. Schilling | * Copyright 2017-2018 J. Schilling | |||
* | * | |||
* @(#)state.cc 1.6 18/03/15 2017-2018 J. Schilling | * @(#)state.cc 1.7 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[] = | |||
"@(#)state.cc 1.6 18/03/15 2017-2018 J. Schilling"; | "@(#)state.cc 1.7 21/08/15 2017-2018 J. Schilling"; | |||
#endif | #endif | |||
/* | /* | |||
* state.c | * state.c | |||
* | * | |||
* This file contains the routines that write the .make.state file | * This file contains the routines that write the .make.state file | |||
*/ | */ | |||
/* | /* | |||
* Included files | * Included files | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |