From 47134232cb81d7afa7f22a4e24d87ecd13319692 Mon Sep 17 00:00:00 2001 From: rrt Date: Mon, 5 Feb 2001 17:50:26 +0000 Subject: [PATCH] [project @ 2001-02-05 17:50:26 by rrt] Improved comment. --- ghc/compiler/basicTypes/Literal.lhs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghc/compiler/basicTypes/Literal.lhs b/ghc/compiler/basicTypes/Literal.lhs index 62ead1c..fb93ef4 100644 --- a/ghc/compiler/basicTypes/Literal.lhs +++ b/ghc/compiler/basicTypes/Literal.lhs @@ -99,6 +99,8 @@ data Literal | MachFloat Rational | MachDouble Rational + -- MachLabel is used (only) for the literal derived from a + -- "foreign label" declaration. -- string argument is the name of a symbol. This literal -- refers to the *address* of the label. | MachLabel FAST_STRING -- always an Addr# -- 1.7.10.4