More junk.

This commit is contained in:
William McBrine
2007-05-28 19:47:16 +00:00
parent af2adf40a0
commit fcd27559b6
2 changed files with 7 additions and 20 deletions

View File

@@ -11,7 +11,7 @@
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* $Id: curses.h,v 1.283 2007/05/28 17:11:32 wmcbrine Exp $ */
/* $Id: curses.h,v 1.284 2007/05/28 19:47:16 wmcbrine Exp $ */
/*----------------------------------------------------------------------*
* PDCurses *
@@ -80,7 +80,6 @@ PDCurses portable platform definitions list:
*/
#ifdef __HIGHC__
# pragma off(prototype_override_warnings)
# ifdef __MSDOS__
# define DOS 6
# endif
@@ -226,22 +225,6 @@ PDCurses portable platform definitions list:
# endif
#endif
/*----------------------------------------
* HI-TECH COMPILERS Pacific C
*
* Hi-Tech definitions:
*
* __PACIFIC__, DOS
* are predefined by compiler.
*/
#ifdef __PACIFIC__
# include <ctype.h>
# ifndef __SMALL__
# define __SMALL__
# endif
#endif
/*----------------------------------------------------------------------*/
/* If it's not DOS, or OS/2, or Windows, it must be XCurses */

View File

@@ -11,7 +11,7 @@
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* $Id: pdcdos.h,v 1.26 2006/12/29 21:16:32 wmcbrine Exp $ */
/* $Id: pdcdos.h,v 1.27 2007/05/28 19:47:16 wmcbrine Exp $ */
#include <curspriv.h>
#include <string.h>
@@ -20,6 +20,10 @@
# define MSC 1
#endif
#if defined(__PACIFIC__) && !defined(__SMALL__)
# define __SMALL__
#endif
#if defined(__HIGHC__) || MSC
# include <bios.h>
#endif
@@ -94,7 +98,7 @@ unsigned long getdosmemdword(int offs);
void setdosmembyte(int offs, unsigned char b);
void setdosmemword(int offs, unsigned short w);
#else
# if SMALL || MEDIUM || MSC || defined(__PACIFIC__)
# if SMALL || MEDIUM || MSC
# define PDC_FAR far
# else
# define PDC_FAR