summaryrefslogtreecommitdiff
path: root/ar.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-06-11 04:58:08 +0000
committerRoland McGrath <roland@redhat.com>1992-06-11 04:58:08 +0000
commit459c8137c0cc34ff778b3787a68bf9fa8219119c (patch)
tree68911ea0991d5dae04877e2fdd3f58e347abe4ce /ar.c
parent9165d8e5d10b548a4d61b534d95ba4c995d9668e (diff)
downloadgunmake-459c8137c0cc34ff778b3787a68bf9fa8219119c.tar.gz
Formerly ar.c.~2~
Diffstat (limited to 'ar.c')
-rw-r--r--ar.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/ar.c b/ar.c
index 82e2e52..89e108c 100644
--- a/ar.c
+++ b/ar.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1988, 1989, 1990, 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1988, 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify
@@ -18,6 +18,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "make.h"
#include "file.h"
+#ifndef NO_ARCHIVES
/* Defined in arscan.c. */
extern long int ar_scan ();
@@ -170,3 +171,5 @@ ar_touch (name)
return val;
}
+
+#endif