protect against multiple inclusions, commented text after #endif

This commit is contained in:
ceriel
1990-10-25 11:18:44 +00:00
parent da36c2b13f
commit 16e89fea1f
7 changed files with 30 additions and 4 deletions

View File

@@ -3,6 +3,10 @@
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#ifndef __ARCH_H_INCLUDED
#define __ARCH_H_INCLUDED
#define ARMAG 0177545
#define AALMAG 0177454
@@ -17,3 +21,5 @@ struct ar_hdr {
#define AR_TOTAL 26
#define AR_SIZE 22
#endif /* __ARCH_H_INCLUDED */