getfp.c (schily-2021-08-14.tar.bz2) | : | getfp.c (schily-2021-09-18.tar.bz2) | ||
---|---|---|---|---|
/* @(#)getfp.c 1.21 21/04/28 Copyright 1988-2021 J. Schilling */ | /* @(#)getfp.c 1.21 21/04/28 Copyright 1988-2021 J. Schilling */ | |||
/* | /* | |||
* Get frame pointer | * Get frame pointer | |||
* | * | |||
* Copyright (c) 1988-2021 J. Schilling | * Copyright (c) 1988-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/mconfig.h> | #include <schily/mconfig.h> | |||
#include <schily/standard.h> | #include <schily/standard.h> | |||
#include <schily/schily.h> | #include <schily/schily.h> | |||
#ifndef IS_AVOFFSET | #ifndef IS_AVOFFSET | |||
/* | /* | |||
* We usually don't like to compile a getfp() that returns junk data in case | * We usually don't like to compile a getfp() that returns junk data in case | |||
* we cannot scan the stack. | * we cannot scan the stack. | |||
* The only way to find this out is by including avoffset.h. Unfortunately, we | * The only way to find this out is by including avoffset.h. Unfortunately, we | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 13 lines changed or added |