mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-02 14:40:45 +00:00
Add include guards to all the include files in inc/ which were missing them. (#189)
As a prerequisite for cleaning up some other include issues, all the include files in inc/ should have an include guard. All the xxxdefs.h were created with them, but most older files were not.
This commit is contained in:
3
inc/opcodes.h
Executable file → Normal file
3
inc/opcodes.h
Executable file → Normal file
@@ -1,3 +1,5 @@
|
||||
#ifndef OPCODES_H
|
||||
#define OPCODES_H 1
|
||||
/* $Id: opcodes.h,v 1.2 1999/01/03 02:06:19 sybalsky Exp $ (C) Copyright Venue, All Rights Reserved */
|
||||
|
||||
/************************************************************************/
|
||||
@@ -42,3 +44,4 @@
|
||||
#define opc_TJUMP 0240
|
||||
#define opc_JUMPX 0260
|
||||
#define opc_JUMPXX 0261
|
||||
#endif /* OPCODES_H */
|
||||
|
||||
Reference in New Issue
Block a user