mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-11 10:35:04 +00:00
Wholesale removal of deprecated register attribute from all source files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef UNIXCOMMDEFS_H
|
||||
#define UNIXCOMMDEFS_H 1
|
||||
#include "lispemul.h" /* for LispPTR */
|
||||
int find_process_slot(register int pid);
|
||||
int find_process_slot(int pid);
|
||||
void wait_for_comm_processes(void);
|
||||
char *build_socket_pathname(int desc);
|
||||
void close_unix_descriptors(void);
|
||||
|
||||
Reference in New Issue
Block a user