avoffset.c (schily-2021-08-14.tar.bz2) | : | avoffset.c (schily-2021-09-18.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 18 | skipping to change at line 18 | |||
* This program is a tool to generate the file "avoffset.h". | * This program is a tool to generate the file "avoffset.h". | |||
* It is used by functions that trace the stack to get to the top of the stack. | * It is used by functions that trace the stack to get to the top of the stack. | |||
* | * | |||
* It generates two defines: | * It generates two defines: | |||
* AV_OFFSET - offset of argv relative to the main() frame pointer | * AV_OFFSET - offset of argv relative to the main() frame pointer | |||
* FP_INDIR - number of stack frames above main() | * FP_INDIR - number of stack frames above main() | |||
* before encountering a NULL pointer. | * before encountering a NULL pointer. | |||
* | * | |||
* Copyright (c) 1987, 1995-2021 J. Schilling | * Copyright (c) 1987, 1995-2021 J. Schilling | |||
*/ | */ | |||
/*@@C@@*/ | /* | |||
* The contents of this file are subject to the terms of the | ||||
* Common Development and Distribution License, Version 1.0 only | ||||
* (the "License"). You may not use this file except in compliance | ||||
* with the License. | ||||
* | ||||
* See the file CDDL.Schily.txt in this distribution for details. | ||||
* A copy of the CDDL is also available via the Internet at | ||||
* http://www.opensource.org/licenses/cddl1.txt | ||||
* | ||||
* When distributing Covered Code, include this CDDL HEADER in each | ||||
* file and include the License file CDDL.Schily.txt from this distribution. | ||||
*/ | ||||
#include <schily/stdio.h> | #include <schily/stdio.h> | |||
#include <schily/standard.h> | #include <schily/standard.h> | |||
#include <schily/schily.h> | #include <schily/schily.h> | |||
#include <schily/stdlib.h> | #include <schily/stdlib.h> | |||
#include <schily/signal.h> | #include <schily/signal.h> | |||
#ifdef HAVE_SCANSTACK | #ifdef HAVE_SCANSTACK | |||
# include <schily/stkframe.h> | # include <schily/stkframe.h> | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 13 lines changed or added |