minor changes to help with making the ajacs-jikes backend
[libfirm] / ir / tv / ieee754.h
index b61dc41..2bb60c7 100644 (file)
@@ -1,6 +1,8 @@
 /* IEEE754 fp format.
    Copyright (C) 1995, 1996 Christian von Roques */
 
+/* $Id$ */
+
 /* This file was derived from the GNU C Library's ieee754.h which
    carried the following copyright notice:
 
@@ -32,6 +34,8 @@ Cambridge, MA 02139, USA.  */
    within a unit (high-order to low-order or low-order to high-order)
    is implementation-defined.  */
 
+/* Floating point definitions in ieee standard number 754
+   only used in target values (/libfirm/ir/tv/tv.c). */
 #ifndef _IEEE754_H
 #define _IEEE754_H