From f188e8f85522312ef04b8d1d162d8586b964975e Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 29 Jan 2024 01:23:57 +0000 Subject: archiver implementation: move internal macros to the ar internal header. --- src/arbits/slbt_archive_meta.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/arbits/slbt_archive_meta.c') diff --git a/src/arbits/slbt_archive_meta.c b/src/arbits/slbt_archive_meta.c index 804ac39..ec45777 100644 --- a/src/arbits/slbt_archive_meta.c +++ b/src/arbits/slbt_archive_meta.c @@ -16,15 +16,6 @@ #include "slibtool_driver_impl.h" #include "slibtool_errinfo_impl.h" -/* decimal values in archive header are right padded with ascii spaces */ -#define AR_DEC_PADDING (0x20) - -/* archive file members are right padded as needed with ascii newline */ -#define AR_OBJ_PADDING (0x0A) - -/* initial number of elements in the transient, on-stack vector */ -# define AR_STACK_VECTOR_ELEMENTS (0x200) - /* transient header info vector */ struct ar_header_info { struct ar_raw_file_header * phdr; -- cgit v1.2.3