From: Peter Johnson Date: Fri, 16 Nov 2001 22:58:43 +0000 (-0000) Subject: Add RCSID(). X-Git-Tag: v0.1.0~196 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc603c2900629735f53ad96acf63aaa5b2af91d0;p=yasm Add RCSID(). svn path=/trunk/yasm/; revision=334 --- diff --git a/libyasm/arch.c b/libyasm/arch.c index 5cbe3591..5a997421 100644 --- a/libyasm/arch.c +++ b/libyasm/arch.c @@ -1,4 +1,4 @@ -/* $IdPath$ +/* * Architecture interface * * Copyright (C) 2001 Peter Johnson @@ -20,6 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include "util.h" +/*@unused@*/ RCSID("$IdPath$"); #include "bytecode.h" diff --git a/src/arch.c b/src/arch.c index 5cbe3591..5a997421 100644 --- a/src/arch.c +++ b/src/arch.c @@ -1,4 +1,4 @@ -/* $IdPath$ +/* * Architecture interface * * Copyright (C) 2001 Peter Johnson @@ -20,6 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include "util.h" +/*@unused@*/ RCSID("$IdPath$"); #include "bytecode.h"