Don't declare HIMEM as a variable if it's a macro already.

This commit is contained in:
bjh21 2006-03-28 20:40:38 +00:00
parent 2171876d1d
commit 0b33b40f58

View File

@ -1,8 +1,9 @@
/* $NetBSD: srt0.h,v 1.1 2002/12/28 23:57:39 reinoud Exp $
/* $NetBSD: srt0.h,v 1.2 2006/03/28 20:40:38 bjh21 Exp $
*
* srt0.h
*
*/
#ifndef HIMEM
extern void *HIMEM;
#endif