changeset 17453:42bddf2eebad

(SYMS_SYSTEM): Add `syms_of_win16select'.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 14 Apr 1997 11:12:26 +0000
parents 40ddfad0bbd5
children b07426c50d99
files src/s/msdos.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/msdos.h	Mon Apr 14 11:09:20 1997 +0000
+++ b/src/s/msdos.h	Mon Apr 14 11:12:26 1997 +0000
@@ -58,7 +58,7 @@
 
 #define SYSTEM_TYPE "ms-dos"
 
-#define SYMS_SYSTEM syms_of_dosfns();syms_of_msdos()
+#define SYMS_SYSTEM syms_of_dosfns();syms_of_msdos();syms_of_win16select()
 
 /* NOMULTIPLEJOBS should be defined if your system's shell
  does not have "job control" (the ability to stop a program,