diff options
author | Roland McGrath <roland@redhat.com> | 1992-08-02 11:28:01 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-08-02 11:28:01 +0000 |
commit | b001b6a55aa70ca6bf4cf775cfa13e3eef1ae6c0 (patch) | |
tree | 78676274814b3133c3b9c9b1e3ae85e819cf38df | |
parent | 24c9aabe16d1facb7d2e2e743d5bbef5a10d4c1f (diff) | |
download | gunmake-b001b6a55aa70ca6bf4cf775cfa13e3eef1ae6c0.tar.gz |
Formerly file.h.~4~
-rw-r--r-- | file.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -92,8 +92,3 @@ extern time_t f_mtime (); #define check_renamed(file) \ while ((file)->renamed != 0) (file) = (file)->renamed /* No ; here. */ - -/* !!! compile frob */ -struct file * -file_linear_list () ; - |