home *** CD-ROM | disk | FTP | other *** search
- diff -c old/stdio.h ./stdio.h
- *** old/stdio.h Mon Mar 25 12:50:00 1991
- --- ./stdio.h Sat Feb 15 08:01:54 1992
- ***************
- *** 55,60 ****
- --- 55,66 ----
- *
- */
-
- + /*
- + Modified to change the type of IOBUF_FILE_TYPE from a (signed) char
- + to an unsigned short. Needed to allow a maximum handle value of 256.
- + W. Metzenthen 14th feb 1992.
- + */
- +
- #ifndef FILE
- #pragma once
-
- ***************
- *** 140,146 ****
- #endif
-
- #ifndef IOBUF_FILE_TYPE
- ! #define IOBUF_FILE_TYPE char
- #endif
-
- #ifndef IOBUF_EXTRA_FIELDS
- --- 146,154 ----
- #endif
-
- #ifndef IOBUF_FILE_TYPE
- ! #define IOBUF_FILE_TYPE unsigned short /* Put this here until we find a means
- ! of detecting DJGPP */
- ! /* #define IOBUF_FILE_TYPE char *******/
- #endif
-
- #ifndef IOBUF_EXTRA_FIELDS
-