mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-25 03:55:16 +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/xbitmaps.h
Executable file → Normal file
3
inc/xbitmaps.h
Executable file → Normal file
@@ -1,3 +1,5 @@
|
||||
#ifndef XBITMAPS_H
|
||||
#define XBITMAPS_H 1
|
||||
/* $Id: xbitmaps.h,v 1.3 2001/12/24 01:08:58 sybalsky Exp $ (C) Copyright Venue, All Rights Reserved */
|
||||
|
||||
|
||||
@@ -398,3 +400,4 @@ char Lisp_icon[] =
|
||||
0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00,
|
||||
0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
};
|
||||
#endif /* XBITMAPS_H */
|
||||
|
||||
Reference in New Issue
Block a user