From: Peter Johnson Date: Wed, 26 Sep 2001 22:45:16 +0000 (-0000) Subject: Add RCSID(). X-Git-Tag: v0.1.0~289 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf0c30d322749680e0ca738801aea5c1f7765036;p=yasm Add RCSID(). svn path=/trunk/yasm/; revision=238 --- diff --git a/libyasm/bitvect.c b/libyasm/bitvect.c index d344a37b..93769ff2 100644 --- a/libyasm/bitvect.c +++ b/libyasm/bitvect.c @@ -3,6 +3,8 @@ # include "config.h" #endif +#include "util.h" + /*****************************************************************************/ /* MODULE NAME: BitVector.c MODULE TYPE: (adt) */ /*****************************************************************************/ @@ -19,6 +21,8 @@ /*****************************************************************************/ #include "bitvect.h" +RCSID("$IdPath$"); + /* ToolBox.h */ #define and && /* logical (boolean) operators: lower case */ #define or || diff --git a/src/bitvect.c b/src/bitvect.c index d344a37b..93769ff2 100644 --- a/src/bitvect.c +++ b/src/bitvect.c @@ -3,6 +3,8 @@ # include "config.h" #endif +#include "util.h" + /*****************************************************************************/ /* MODULE NAME: BitVector.c MODULE TYPE: (adt) */ /*****************************************************************************/ @@ -19,6 +21,8 @@ /*****************************************************************************/ #include "bitvect.h" +RCSID("$IdPath$"); + /* ToolBox.h */ #define and && /* logical (boolean) operators: lower case */ #define or ||