summaryrefslogtreecommitdiff
path: root/libyasm/bitvect.c
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2001-09-26 22:45:16 +0000
committerPeter Johnson <peter@tortall.net>2001-09-26 22:45:16 +0000
commitbf0c30d322749680e0ca738801aea5c1f7765036 (patch)
tree6aa534bf1e9fd9a08eee1cb8f34c1774bc9121d1 /libyasm/bitvect.c
parent38391f7c8a92d6d3a1020815a0cea73d82ce83ad (diff)
downloadyasm-bf0c30d322749680e0ca738801aea5c1f7765036.tar.gz
Add RCSID().
svn path=/trunk/yasm/; revision=238
Diffstat (limited to 'libyasm/bitvect.c')
-rw-r--r--libyasm/bitvect.c4
1 files changed, 4 insertions, 0 deletions
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 ||