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

@@ -4,9 +4,12 @@
*/
/* $Header$ */
#ifndef __RANLIB_H_INCLUDED
#define __RANLIB_H_INCLUDED
#ifndef SYMDEF
# define SYMDEF "__.SYMDEF"
#endif SYMDEF
#endif /* SYMDEF */
/*
* Structure of the SYMDEF table of contents for an archive.
@@ -27,3 +30,5 @@ struct ranlib {
#define SZ_RAN 8
#define SF_RAN "44"
#endif /* __RANLIB_H_INCLUDED */