1
0
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:
Nick Briggs 2020-09-04 16:23:40 -07:00
parent 9c658a4b2c
commit 7bf5e18fbd

3
inc/stack.h Executable file → Normal file
View 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