Fixed garbage after comment after #endif. Fixed reversed sense of same

comment.
This commit is contained in:
Bruce Evans 1998-08-03 10:59:02 +00:00
parent 127c346fec
commit 6c12aec065
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38051

View File

@ -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_ */