From 7834c72c7e7a5efc64df6cf74d0fb1f842d9cb73 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 7 Jan 2008 00:10:59 +0000 Subject: [PATCH] LongLong test should be compiled in c99 mode [r17174] --- ir/be/test/LongLong.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.20.1