mirror of
https://github.com/PDP-10/its.git
synced 2026-05-02 06:25:59 +00:00
Make the C library file C10SDF compile.
R needs the setfdir() function.
This commit is contained in:
@@ -9,7 +9,7 @@ typedef struct { /* ITS filespec in sixbit */
|
||||
fn1, /* First filename */
|
||||
fn2, /* Second filename */
|
||||
dir; /* Directory */
|
||||
} FILESPEC;
|
||||
} filespec;
|
||||
|
||||
#define TRUE 1
|
||||
#define FALSE 0
|
||||
|
||||
Reference in New Issue
Block a user