summaryrefslogtreecommitdiff
path: root/libyasm/bitvect.c
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2004-09-04 01:24:57 +0000
committerPeter Johnson <peter@tortall.net>2004-09-04 01:24:57 +0000
commit1a86c340266f98dbcb03cee8de382431d916fde9 (patch)
tree8cdd65a7eaf38059230df1666e5a3c5185b06950 /libyasm/bitvect.c
parent643570c77714d04d884b68430055fc26b86638a7 (diff)
downloadyasm-1a86c340266f98dbcb03cee8de382431d916fde9.tar.gz
* On most files: re-enable $IdPath$ as $Id$, and enable Id keyword expansion.
svn path=/trunk/yasm/; revision=1137
Diffstat (limited to 'libyasm/bitvect.c')
-rw-r--r--libyasm/bitvect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libyasm/bitvect.c b/libyasm/bitvect.c
index 751a449a..fe4a22d8 100644
--- a/libyasm/bitvect.c
+++ b/libyasm/bitvect.c
@@ -1,6 +1,6 @@
#define YASM_LIB_INTERNAL
#include "util.h"
-RCSID("$IdPath$");
+RCSID("$Id$");
#include "coretype.h"