From a6c3ce15ae02996b04f0af01f3331a70ed666e98 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sat, 4 May 2002 17:36:58 +0000 Subject: [PATCH] don't emit code for version --- ext/standard/strnatcmp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/standard/strnatcmp.c b/ext/standard/strnatcmp.c index f0660f4c66..4e5500be14 100644 --- a/ext/standard/strnatcmp.c +++ b/ext/standard/strnatcmp.c @@ -36,8 +36,10 @@ # define UNUSED #endif +#if 0 static char const *version UNUSED = "$Id$"; +#endif /* {{{ compare_right */ static int -- 2.50.1