Add RCSID().

svn path=/trunk/yasm/; revision=334
0.3
Peter Johnson 24 years ago
parent 15c08c6969
commit fc603c2900
  1. 3
      libyasm/arch.c
  2. 3
      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"

@ -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"

Loading…
Cancel
Save