mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-27 15:54:06 +02:00
Fix BC 3.1 CONFIG.C compile and SYS Abnormal Program Termination error for BC
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@1144 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
0217d442c3
commit
58c6e29895
@ -166,7 +166,7 @@ STATIC BOOL GetNumArg2(PCStr, int default2);
|
|||||||
static void hintSkipAll(void);
|
static void hintSkipAll(void);
|
||||||
static BOOL askSkipLine(void);
|
static BOOL askSkipLine(void);
|
||||||
STATIC char strcasediff(PCStr, PCStr);
|
STATIC char strcasediff(PCStr, PCStr);
|
||||||
STATIC void LoadCountryInfoHardCoded(CStr filename, int ccode, int cpage);
|
STATIC void LoadCountryInfoHardCoded(PCStr filename, int ccode, int cpage);
|
||||||
STATIC void umb_init(void);
|
STATIC void umb_init(void);
|
||||||
|
|
||||||
STATIC void config_init_buffers(int anzBuffers); /* from BLOCKIO.C */
|
STATIC void config_init_buffers(int anzBuffers); /* from BLOCKIO.C */
|
||||||
@ -1139,7 +1139,7 @@ STATIC void Fcbs(PCStr p)
|
|||||||
* the default code page for the country will be used.
|
* the default code page for the country will be used.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
STATIC void LoadCountryInfo(CStr filename, int ccode, int cpage)
|
STATIC void LoadCountryInfo(PCStr filename, int ccode, int cpage)
|
||||||
{
|
{
|
||||||
/* COUNTRY.SYS file data structures - see RBIL tables 2619-2622 */
|
/* COUNTRY.SYS file data structures - see RBIL tables 2619-2622 */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user