mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-05 04:35:08 +00:00
Fix a few sign-conversion and shorten-64-to-32 warnings while converting some values from int to unsigned
This commit is contained in:
@@ -108,11 +108,11 @@ LispPTR *fixp_value(LispPTR *ptr) {
|
||||
|
||||
#define PAGES_IN_MBYTE 2048
|
||||
|
||||
void init_ifpage(int sysout_size) {
|
||||
void init_ifpage(unsigned sysout_size) {
|
||||
extern const time_t MDate;
|
||||
extern int DisplayType;
|
||||
extern int Storage_expanded;
|
||||
int new_lastvmem;
|
||||
unsigned new_lastvmem;
|
||||
/*
|
||||
Initialize IFPAGE
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user