From 20f73d6299c08fa79c2c8edd3d1955e208e701cb Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 12 Jul 2007 15:20:43 -0400 Subject: Remove versioncmp.{c,h}, clean up selective #ifdefs Remove versioncmp.c by moving all functions to locations that make sense. Move replacement functions (for building without glibc) into util.c where they belong, and do proper checks for them instead of using __sun__, etc. Signed-off-by: Dan McGee --- contrib/vimproject | 2 -- 1 file changed, 2 deletions(-) (limited to 'contrib/vimproject') diff --git a/contrib/vimproject b/contrib/vimproject index 662bf04f..f54c6c1d 100644 --- a/contrib/vimproject +++ b/contrib/vimproject @@ -33,7 +33,6 @@ pacman=~/devel/pacman-lib CD=. flags=S { sync.c trans.c util.c - versioncmp.c add.h alpm.h alpm_list.h @@ -55,7 +54,6 @@ pacman=~/devel/pacman-lib CD=. flags=S { sync.h trans.h util.h - versioncmp.h Makefile.am Makefile.in } -- cgit v1.2.3-24-g4f1b