mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-18 08:30:42 +00:00
changed some #include guards
This commit is contained in:
parent
1ce49dd801
commit
74ecabee33
@ -44,7 +44,7 @@
|
|||||||
*
|
*
|
||||||
* Added prototyped headers, surrounded by #ifndef __STDC__
|
* Added prototyped headers, surrounded by #ifndef __STDC__
|
||||||
*
|
*
|
||||||
* $Id: tail.c,v 1.2 1997/09/26 06:22:49 gdr Exp $
|
* $Id: tail.c,v 1.3 1997/10/03 03:55:11 gdr Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __GNO__ /* Don't need what strings for GNO */
|
#ifndef __GNO__ /* Don't need what strings for GNO */
|
||||||
@ -77,10 +77,9 @@ static void usage __P((void));
|
|||||||
|
|
||||||
/* Interface to check on how much stack space a C program uses. */
|
/* Interface to check on how much stack space a C program uses. */
|
||||||
#if defined(__GNO__) && defined(__STACK_CHECK__)
|
#if defined(__GNO__) && defined(__STACK_CHECK__)
|
||||||
#ifndef _STDLIB_H_
|
#ifndef _GNO_GNO_H_
|
||||||
#include <stdlib.h>
|
|
||||||
#endif
|
|
||||||
#include <gno/gno.h>
|
#include <gno/gno.h>
|
||||||
|
#endif
|
||||||
static void report_stack(void)
|
static void report_stack(void)
|
||||||
{
|
{
|
||||||
fprintf(stderr,"\n ==> %d stack bytes used <== \n", _endStackCheck());
|
fprintf(stderr,"\n ==> %d stack bytes used <== \n", _endStackCheck());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user