*** empty log message ***
authorBoris Boesler <boesler@ipd.info.uni-karlsruhe.de>
Wed, 28 Nov 2001 20:29:10 +0000 (20:29 +0000)
committerBoris Boesler <boesler@ipd.info.uni-karlsruhe.de>
Wed, 28 Nov 2001 20:29:10 +0000 (20:29 +0000)
[r278]

15 files changed:
Changes
ir/common/bool.h
ir/common/common.c
ir/common/common.h
ir/common/firm.c
ir/common/firm.h
ir/common/misc.h
ir/common/panic.c
ir/common/panic.h
ir/common/tune.h
ir/common/xfprintf.c
ir/common/xgprintf.c
ir/common/xoprintf.c
ir/common/xp_help.h
ir/common/xprintf.h

diff --git a/Changes b/Changes
index 2942d78..c0fc892 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
 
+  28.11.2001 Boris
+  Added an Id tag to every .c and .h file
+
   20.11.2001 Goetz
   Changed SSA constuction for exception control flow.
   If PRECISE_EXC_CONTEXT is used Phi nodes will use the values
index 305f96b..b18a591 100644 (file)
@@ -7,6 +7,8 @@
 **
 */
 
+/* $Id$ */
+
 # ifndef _BOOL_H_
 # define _BOOL_H_
 
index c120d20..547f32b 100644 (file)
@@ -7,6 +7,8 @@
 ** common.c:
 */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index 9fa776a..2755fba 100644 (file)
@@ -7,6 +7,8 @@
 ** common.h: common firm declarations
 */
 
+/* $Id$ */
+
 # ifndef _COMMON_H_
 # define _COMMON_H_
 
index a423680..786d35d 100644 (file)
@@ -5,6 +5,8 @@
 **
 */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index b14111d..db19518 100644 (file)
@@ -53,6 +53,8 @@
 **
 */
 
+/* $Id$ */
+
 # ifndef _FIRM_H_
 # define _FIRM_H_
 
index ae32002..d61a4e0 100644 (file)
@@ -2,6 +2,8 @@
    Copyright (C) 1995, 1996 Markus Armbruster
    All rights reserved. */
 
+/* $Id$ */
+
 #ifndef _MISC_H_
 #define _MISC_H_
 
index 5c4c99b..a76527d 100644 (file)
@@ -5,6 +5,8 @@
 **
 */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index c403a85..9c3a872 100644 (file)
@@ -5,6 +5,8 @@
 **
 */
 
+/* $Id$ */
+
 # ifndef _PANIC_H_
 # define _PANIC_H_
 
index fa88b76..6186679 100644 (file)
@@ -1,6 +1,8 @@
 /* Tune --- tunable parameters.
    Copyright (C) 1995, 1996 Markus Armbruster & Christian von Roques */
 
+/* $Id$ */
+
 #ifndef _TUNE_H
 #define _TUNE_H
 
index defc119..99c7ca5 100644 (file)
@@ -1,6 +1,8 @@
 /* Xfprintf --- extended formatted output to files.
    Copyright (C) 1995, 1996 Christian von Roques */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index bf25ea6..93be1fc 100644 (file)
@@ -1,6 +1,8 @@
 /* Xgprintf --- extended formatted output via generic printer functions.
    Copyright (C) 1995, 1996 Christian von Roques */
 
+/* $Id$ */
+
 /* Implements ANSI-C printf formats minus locale plus extensions,
    noteably GNU Libc-like registering of specifier-handlers.  */
 
index c1a17d4..e473653 100644 (file)
@@ -1,6 +1,8 @@
 /* Xfprintf --- extended formatted output to obstacks.
    Copyright (C) 1995, 1996 Christian von Roques */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index a57c581..91a80ab 100644 (file)
@@ -1,6 +1,8 @@
 /* Macros to help writing output handlers.
    Copyright (C) 1996 Markus Armbruster */
 
+/* $Id$ */
+
 #ifndef _XP_HELP_H
 #define _XP_HELP_H
 
index c137278..11546bc 100644 (file)
@@ -1,6 +1,8 @@
 /* Declarations for xprintf & friends.
    Copyright (C) 1995, 1996 Christian von Roques */
 
+/* $Id$ */
+
 /* Parts of this file are adapted from the GNU C Library.
 Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.