Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit def3174

Browse files
author
Damien Doligez
committed
remove all $Id keywords
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13013 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
1 parent 0a6f6a7 commit def3174

File tree

1,050 files changed

+10
-2112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,050 files changed

+10
-2112
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
# #
1111
#########################################################################
1212

13-
# $Id$
14-
1513
# The main Makefile
1614

1715
include config/Makefile

Makefile.nt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
# #
1111
#########################################################################
1212

13-
# $Id$
14-
1513
# The main Makefile
1614

1715
include config/Makefile

README

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,3 @@ To be effective, bug reports should include a complete program
129129
configuration you are using (machine type, etc).
130130

131131
You can also contact the implementors directly at caml@inria.fr.
132-
133-
134-
----
135-
$Id$

asmcomp/amd64/arch.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
(* *)
1111
(***********************************************************************)
1212

13-
(* $Id$ *)
14-
1513
(* Machine-specific command-line options *)
1614

1715
let pic_code = ref true

asmcomp/amd64/emit.mlp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
(* *)
1111
(***********************************************************************)
1212

13-
(* $Id$ *)
14-
1513
(* Emission of x86-64 (AMD 64) assembly code *)
1614

1715
open Cmm

asmcomp/amd64/emit_nt.mlp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
(* *)
1111
(***********************************************************************)
1212

13-
(* $Id$ *)
14-
1513
(* Emission of x86-64 (AMD 64) assembly code, MASM syntax *)
1614

1715
module StringSet =

asmcomp/amd64/proc.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
(* *)
1111
(***********************************************************************)
1212

13-
(* $Id$ *)
14-
1513
(* Description of the AMD64 processor *)
1614

1715
open Misc

asmcomp/amd64/reload.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
(* *)
1111
(***********************************************************************)
1212

13-
(* $Id$ *)
14-
1513
open Cmm
1614
open Arch
1715
open Reg

asmcomp/amd64/scheduling.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
(* *)
1111
(***********************************************************************)
1212

13-
(* $Id$ *)
14-
1513
let _ = let module M = Schedgen in () (* to create a dependency *)
1614

1715
(* Scheduling is turned off because the processor schedules dynamically

asmcomp/amd64/selection.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
(* *)
1111
(***********************************************************************)
1212

13-
(* $Id$ *)
14-
1513
(* Instruction selection for the AMD64 *)
1614

1715
open Arch

0 commit comments

Comments
 (0)