From 07ebdf3729244f863325613ff44cfcde13a0f00a Mon Sep 17 00:00:00 2001 From: jtc Date: Thu, 25 Apr 1996 18:29:21 +0000 Subject: Fix typo, __STRICT_ANSI_ -> __STRICT_ANSI__ --- include/stdio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/stdio.h') diff --git a/include/stdio.h b/include/stdio.h index a224949b38f..ab570dde8e2 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -1,4 +1,4 @@ -/* $NetBSD: stdio.h,v 1.17 1996/01/20 01:36:30 jtc Exp $ */ +/* $NetBSD: stdio.h,v 1.18 1996/04/25 18:29:21 jtc Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -41,7 +41,7 @@ #ifndef _STDIO_H_ #define _STDIO_H_ -#if !defined(_ANSI_SOURCE) && !defined(__STRICT_ANSI_) +#if !defined(_ANSI_SOURCE) && !defined(__STRICT_ANSI__) #include #endif -- cgit