mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-14 15:36:34 +00:00
Add multiple include guard to stack.h
This commit is contained in:
parent
9c658a4b2c
commit
7bf5e18fbd
3
inc/stack.h
Executable file → Normal file
3
inc/stack.h
Executable file → Normal file
@ -1,3 +1,5 @@
|
||||
#ifndef STACK_H
|
||||
#define STACK_H 1
|
||||
/* $Id: stack.h,v 1.2 1999/01/03 02:06:23 sybalsky Exp $ (C) Copyright Venue, All Rights Reserved */
|
||||
|
||||
|
||||
@ -445,3 +447,4 @@ typedef struct stackp
|
||||
{Irq_Stk_Check = STK_END_COMPUTE((Irq_Stk_End = (UNSIGNED) EndSTKP), \
|
||||
FuncObj); \
|
||||
}
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user