summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-08-03 10:59:02 +0000
committerbde <bde@FreeBSD.org>1998-08-03 10:59:02 +0000
commitef6d9fe5f09518eb0c43f6e464e0b0775432d278 (patch)
tree2a6e4b3c1c8bcdbc7e3b030782a1bf54b106ca4d /include
parent0e7d4663e356dc415a51520b699ceef8e3ce650c (diff)
downloadFreeBSD-src-ef6d9fe5f09518eb0c43f6e464e0b0775432d278.zip
FreeBSD-src-ef6d9fe5f09518eb0c43f6e464e0b0775432d278.tar.gz
Fixed garbage after comment after #endif. Fixed reversed sense of same
comment.
Diffstat (limited to 'include')
-rw-r--r--include/iso646.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/iso646.h b/include/iso646.h
index e8bc7a5..94f3de6 100644
--- a/include/iso646.h
+++ b/include/iso646.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: iso646.h,v 1.1 1998/08/01 13:42:12 alex Exp $
*/
#ifndef _ISO646_H_
@@ -41,4 +41,4 @@
#define xor ^
#define xor_eq ^=
-#endif /* _ISO646_H_ */_
+#endif /* !_ISO646_H_ */
OpenPOWER on IntegriCloud