mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
Remove $Id$ tags (useless with git)
Remove CVS $Id$ tags, since git doesn't use them.
This commit is contained in:
parent
c9f8ee92f0
commit
d105682096
@ -1,4 +1,3 @@
|
||||
# $Id$
|
||||
#
|
||||
# Auto-configuring Makefile for the Netwide Assembler.
|
||||
#
|
||||
|
@ -1,5 +1,4 @@
|
||||
# Generated automatically from Makefile.in by configure.
|
||||
# $Id$
|
||||
#
|
||||
# Auto-configuring Makefile for the Netwide Assembler.
|
||||
#
|
||||
|
@ -1,7 +1,6 @@
|
||||
dnl Process this file with autoconf 2.53 or later to produce
|
||||
dnl a configure script.
|
||||
AC_PREREQ(2.53)
|
||||
AC_REVISION([$Id$])
|
||||
AC_INIT(config.h.in)
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
# $Id$
|
||||
#
|
||||
# UNIX Makefile for NASM documentation
|
||||
#
|
||||
|
@ -1,4 +1,3 @@
|
||||
% $Id$
|
||||
%
|
||||
% PostScript header for NASM documentation
|
||||
%
|
||||
|
@ -1,4 +1,3 @@
|
||||
\# $Id$
|
||||
\#
|
||||
\# Source code to NASM documentation
|
||||
\#
|
||||
|
@ -5,7 +5,6 @@
|
||||
%%DocumentNeededFonts: Courier-Bold
|
||||
%%Title: (NASM logo)
|
||||
%%EndComments
|
||||
% $Id$
|
||||
%%Page 1 1
|
||||
%%BeginPageSetup
|
||||
save
|
||||
|
@ -1,5 +1,4 @@
|
||||
; insns.dat table of instructions for the Netwide Assembler
|
||||
; $Id$
|
||||
;
|
||||
; The Netwide Assembler is copyright (C) 1996 Simon Tatham and
|
||||
; Julian Hall. All rights reserved. The software is
|
||||
|
1
insns.h
1
insns.h
@ -1,5 +1,4 @@
|
||||
/* insns.h header file for insns.c
|
||||
* $Id$
|
||||
*
|
||||
* The Netwide Assembler is copyright (C) 1996 Simon Tatham and
|
||||
* Julian Hall. All rights reserved. The software is
|
||||
|
@ -3,7 +3,6 @@
|
||||
;
|
||||
; Originally included in NASM. Modifications by Peter Johnson, 1999.
|
||||
;
|
||||
; $Id$
|
||||
|
||||
%imacro proc 1 ; begin a procedure definition
|
||||
%push proc
|
||||
|
@ -1,4 +1,3 @@
|
||||
# $Id$
|
||||
Summary: The Netwide Assembler, a portable x86 assembler with Intel-like syntax
|
||||
Name: nasm
|
||||
Version: @@VERSION@@
|
||||
|
@ -1,4 +1,3 @@
|
||||
.\" $Id$
|
||||
.\"
|
||||
.\" This file is part of NASM and is released under the NASM License.
|
||||
.\"
|
||||
|
@ -1,4 +1,3 @@
|
||||
# $Id$
|
||||
#
|
||||
# Auto-configuring Makefile for RDOFF object file utils; part of the
|
||||
# Netwide Assembler
|
||||
|
1
regs.dat
1
regs.dat
@ -1,4 +1,3 @@
|
||||
# $Id$
|
||||
#
|
||||
# List of registers and their classes; classes are defined in nasm.h
|
||||
#
|
||||
|
1
regs.pl
1
regs.pl
@ -1,5 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
# $Id$
|
||||
#
|
||||
# Read regs.dat and output regs.h and regs.c (included in names.c)
|
||||
#
|
||||
|
@ -1,7 +1,6 @@
|
||||
#!/usr/bin/perl
|
||||
#
|
||||
# version.pl
|
||||
# $Id$
|
||||
#
|
||||
# Parse the NASM version file and produce appropriate macros
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user