1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-04-26 04:17:27 +00:00

Update more header include guards. (#348)

Some of these didn't have include guards, some  used old names
for them. Now they follow the current convention.
This commit is contained in:
Bruce Mitchener
2021-02-12 01:42:07 +07:00
committed by GitHub
parent d1e0e006da
commit 694d9b08c6
14 changed files with 60 additions and 19 deletions

View File

@@ -1,3 +1,5 @@
#ifndef DEVIF_H
#define DEVIF_H 1
/* $Id: devif.h,v 1.2 1999/01/03 02:05:57 sybalsky Exp $ (C) Copyright Venue, All Rights Reserved */
@@ -10,10 +12,6 @@
/* */
/************************************************************************/
#ifndef __DEVIF__
#define __DEVIF__ 1
typedef void (*PFV)(); /* Pointer to Function returning Void */
typedef int (*PFI)(); /* Pointer to Function returning Int */
typedef char (*PFC)(); /* Pointer to Function returning Char */
@@ -300,5 +298,5 @@ typedef struct
#define MINKEYEVENT 2 /* leave 2 words for read,write offsets */
#define NUMBEROFKEYEVENTS 383
#endif /* __DEVIF__ */
#endif