dthelp: Remove spectaculaly obsolete MSDOS support

This commit is contained in:
Peter Howkins
2018-06-23 01:38:03 +01:00
parent 757249c65b
commit f89139dd84
117 changed files with 7 additions and 695 deletions

View File

@@ -32,9 +32,6 @@ in the interface definition.*/
#include <stdio.h>
#include <stdlib.h>
#if defined(MSDOS)
#include <process.h>
#endif
#include <string.h>
#include "basic.h"
#include "trie.h"

View File

@@ -32,9 +32,6 @@ This product and information is proprietary of Tandem Computers Incorporated.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#if defined(MSDOS)
#include <process.h>
#endif
#include "basic.h"
#include "trie.h"
#include "context.h"

View File

@@ -32,9 +32,6 @@ This product and information is proprietary of Tandem Computers Incorporated.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#if defined(MSDOS)
#include <process.h>
#endif
#include "basic.h"
#include "trie.h"
#include "dtdext.h"

View File

@@ -27,9 +27,6 @@ Copyright 1988, 1989 Hewlett-Packard Co.
#include "userinc.h"
#include "globdec.h"
#if defined(MSDOS)
#include <process.h>
#endif
/* Write error message suffix */
void m_esuffix(void)

View File

@@ -27,9 +27,6 @@ Copyright 1988, 1989 Hewlett-Packard Co.
#include "userinc.h"
#include "globdec.h"
#if defined(MSDOS)
#include <process.h>
#endif
/* Default version of PARSER m_exit(). Allows interface control if
internal error causes PARSER to halt. */

View File

@@ -31,9 +31,6 @@ This product and information is proprietary of Tandem Computers Incorporated.
#include <stdio.h>
#include <string.h>
#if defined(MSDOS)
#include <process.h>
#endif
#include "basic.h"
#include "trie.h"
#include "dtdext.h"

View File

@@ -32,9 +32,6 @@ This product and information is proprietary of Tandem Computers Incorporated.
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#if defined(MSDOS)
#include <process.h>
#endif
#include "basic.h"
#include "trie.h"
#include "delim.h"

View File

@@ -33,9 +33,6 @@ This product and information is proprietary of Tandem Computers Incorporated.
#include <stdio.h>
#include <stdlib.h>
#include <locale.h>
#if defined(MSDOS)
#include <process.h>
#endif
#include "basic.h"
#include "trie.h"
#include "dtdext.h"

View File

@@ -32,9 +32,6 @@ This product and information is proprietary of Tandem Computers Incorporated.
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#if defined(MSDOS)
#include <process.h>
#endif
#include "basic.h"
#include "trie.h"
#define M_CONDEF

View File

@@ -33,9 +33,6 @@ This product and information is proprietary of Tandem Computers Incorporated.
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#if defined(MSDOS)
#include <process.h>
#endif
#include "basic.h"
#include "trie.h"
#include "dtdext.h"