macro.cc (schily-2021-08-14.tar.bz2) | : | macro.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. | |||
*/ | */ | |||
/* | /* | |||
* @(#)macro.cc 1.28 06/12/12 | * @(#)macro.cc 1.28 06/12/12 | |||
*/ | */ | |||
#pragma ident "@(#)macro.cc 1.28 06/12/12" | #pragma ident "@(#)macro.cc 1.28 06/12/12" | |||
/* | /* | |||
* This file contains modifications Copyright 2017-2018 J. Schilling | * Copyright 2017-2018 J. Schilling | |||
* | * | |||
* @(#)macro.cc 1.3 18/03/15 2017-2018 J. Schilling | * @(#)macro.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[] = | |||
"@(#)macro.cc 1.3 18/03/15 2017-2018 J. Schilling"; | "@(#)macro.cc 1.4 21/08/15 2017-2018 J. Schilling"; | |||
#endif | #endif | |||
/* | /* | |||
* macro.cc | * macro.cc | |||
* | * | |||
* Handle expansion of make macros | * Handle expansion of make macros | |||
*/ | */ | |||
/* | /* | |||
* Included files | * Included files | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |