From: Matthias Braun Date: Mon, 7 Jan 2008 00:10:59 +0000 (+0000) Subject: LongLong test should be compiled in c99 mode X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=7834c72c7e7a5efc64df6cf74d0fb1f842d9cb73;p=libfirm LongLong test should be compiled in c99 mode [r17174] --- diff --git a/ir/be/test/LongLong.c b/ir/be/test/LongLong.c index ae011003a..51872457a 100644 --- a/ir/be/test/LongLong.c +++ b/ir/be/test/LongLong.c @@ -1,3 +1,4 @@ +/*$ -std=c99 $*/ /* * Project: GCC-firm * File name: test/Long.c