From: Götz Lindenmaier Date: Wed, 13 Aug 2003 07:42:48 +0000 (+0000) Subject: Syntax -- to make firmjni compatible X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=38d89b6fea5156efb7c660cef348435e050e9855;p=libfirm Syntax -- to make firmjni compatible [r1657] --- diff --git a/ir/tv/tv.h b/ir/tv/tv.h index 886091d56..a8c2531c3 100644 --- a/ir/tv/tv.h +++ b/ir/tv/tv.h @@ -482,7 +482,7 @@ typedef enum { TVO_OCTAL, /**< use octal representation */ TVO_BINARY, /**< use binary representation */ TVO_FLOAT, /**< use floating point representation (i.e 1.342e-2)*/ - TVO_HEXFLOAT, /**< use hexadecimal floating point representation (i.e 0x1.ea32p-12)*/ + TVO_HEXFLOAT /**< use hexadecimal floating point representation (i.e 0x1.ea32p-12)*/ } tv_output_mode; /**