From: mdw Date: Thu, 23 Apr 1998 13:24:21 +0000 (+0000) Subject: Fix multiple inclusion guard macro name. X-Git-Tag: 1.3.3~41 X-Git-Url: https://git.distorted.org.uk/~mdw/become/commitdiff_plain/eddaf5fa5e13a84e441338cfdebdcfcd74e3f043?hp=8cdc1da9ae4f92816de7e7d95c2c1386cec82f95 Fix multiple inclusion guard macro name. --- diff --git a/src/name.h b/src/name.h index 1972481..fe7c221 100644 --- a/src/name.h +++ b/src/name.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: name.h,v 1.5 1998/01/12 16:46:15 mdw Exp $ + * $Id: name.h,v 1.6 1998/04/23 13:24:21 mdw Exp $ * * Looking up of names in symbol tables * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: name.h,v $ + * Revision 1.6 1998/04/23 13:24:21 mdw + * Fix multiple inclusion guard macro name. + * * Revision 1.5 1998/01/12 16:46:15 mdw * Fix copyright date. * @@ -46,8 +49,8 @@ * */ -#ifndef NAMES_H -#define NAMES_H +#ifndef NAME_H +#define NAME_H #ifdef __cplusplus extern "C" {