headers: resolve headers minor issues

correct header name in comments
use algnbyte.h and algndflt.h as "user" header instead of "system" header
This commit is contained in:
Jiri Malak 2024-07-11 00:24:03 +02:00 committed by Kenneth J Davis
parent 2985b3386c
commit f9beab6d61
5 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
/****************************************************************/ /****************************************************************/
/* */ /* */
/* date.h */ /* ddate.h */
/* */ /* */
/* DOS General Date Structure */ /* DOS General Date Structure */
/* */ /* */

View File

@ -1,6 +1,6 @@
/****************************************************************/ /****************************************************************/
/* */ /* */
/* time.h */ /* dtime.h */
/* */ /* */
/* DOS General Time Structure */ /* DOS General Time Structure */
/* */ /* */

View File

@ -28,7 +28,7 @@
/****************************************************************/ /****************************************************************/
/* one byte alignment */ /* one byte alignment */
#include <algnbyte.h> #include "algnbyte.h"
/* /*
* Description of the organization of NLS information -- 2000/02/13 ska * Description of the organization of NLS information -- 2000/02/13 ska
@ -175,7 +175,7 @@
* *
* Performance tweaks: * Performance tweaks:
* When the system -- This word applies to the combination of kernel and * When the system -- This word applies to the combination of kernel and
* any loaded MUX-14 extension á la NLSFUNC here. -- uppercases * any loaded MUX-14 extension <EFBFBD> la NLSFUNC here. -- uppercases
* _filenames_, it must perform a DOS-65-A2 internally. In the basic * _filenames_, it must perform a DOS-65-A2 internally. In the basic
* implementation this request would be channeled through MUX-14, even * implementation this request would be channeled through MUX-14, even
* if there is no external NLSFUNC at all. Also, when a NLS pkg had * if there is no external NLSFUNC at all. Also, when a NLS pkg had
@ -623,7 +623,7 @@ struct nlsCSys_loadPackage {
}; };
/* standard alignment */ /* standard alignment */
#include <algndflt.h> #include "algndflt.h"
#ifdef DEBUG #ifdef DEBUG
/* Enable debugging of NLS part */ /* Enable debugging of NLS part */

View File

@ -57,7 +57,7 @@ static BYTE *pcb_hRcsId =
#endif #endif
/* Force one-byte alignment for all the internal structures, see above */ /* Force one-byte alignment for all the internal structures, see above */
#include <algnbyte.h> #include "algnbyte.h"
/* */ /* */
/* interrupt handler structure definition */ /* interrupt handler structure definition */
/* */ /* */
@ -158,7 +158,7 @@ typedef struct {
#define FLG_CARRY 0x0001 #define FLG_CARRY 0x0001
/* Allow default alignment from now on */ /* Allow default alignment from now on */
#include <algndflt.h> #include "algndflt.h"
#endif #endif

View File

@ -36,7 +36,7 @@
#include "portab.h" #include "portab.h"
#include "globals.h" #include "globals.h"
#include "pcb.h" #include "pcb.h"
#include <nls.h> #include "nls.h"
#ifdef VERSION_STRINGS #ifdef VERSION_STRINGS
static BYTE *RcsId = static BYTE *RcsId =