mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 15:18:14 +00:00
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.
6 lines
190 B
C
6 lines
190 B
C
#ifndef LPPATCH_H
|
|
#define LPPATCH_H 1
|
|
/* $Id: lppatch.h,v 1.2 1999/01/03 02:06:15 sybalsky Exp $ (C) Copyright Venue, All Rights Reserved */
|
|
#define PATCHLEVEL "1.5"
|
|
#endif /* LPPATCH_H */
|