changeset 1125:7d37ed23acc4

* include/pcmb_serial.h: Fixed bogus test on CYGSEM_HAL_I386_PCMB_SCREEN_SUPPORT defined to test CYGINT_HAL_I386_PCMB_SCREEN_SUPPORT > 0 instead.
author nickg
date Wed, 23 Jul 2003 17:58:31 +0000
parents e7f288c5a447
children b56e22bed6a2
files packages/hal/i386/pcmb/current/ChangeLog packages/hal/i386/pcmb/current/include/pcmb_serial.h
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/packages/hal/i386/pcmb/current/ChangeLog
+++ b/packages/hal/i386/pcmb/current/ChangeLog
@@ -1,3 +1,9 @@
+2003-07-23  Nick Garnett  <nickg@balti.calivar.com>
+
+	* include/pcmb_serial.h: Fixed bogus test on
+	CYGSEM_HAL_I386_PCMB_SCREEN_SUPPORT defined to test
+	CYGINT_HAL_I386_PCMB_SCREEN_SUPPORT > 0 instead.
+
 2002-08-14  Gary Thomas  <gthomas@ecoscentric.com>
 2002-08-14  Drew Moseley <drew.moseley@intel.com>	
 
--- a/packages/hal/i386/pcmb/current/include/pcmb_serial.h
+++ b/packages/hal/i386/pcmb/current/include/pcmb_serial.h
@@ -85,7 +85,7 @@ typedef struct {
 
 __externC void cyg_hal_plf_serial_init(void);
 
-#ifdef CYGSEM_HAL_I386_PCMB_SCREEN_SUPPORT
+#if CYGINT_HAL_I386_PCMB_SCREEN_SUPPORT > 0
 
 __externC void cyg_hal_plf_screen_init(void);