From 18c470fb3b9ad7c942e5f8d371fa3e640646cbd4 Mon Sep 17 00:00:00 2001 From: tg Date: Thu, 15 Oct 2009 16:50:21 +0000 Subject: [PATCH] =?UTF-8?q?since=20mksh=20uses=20/*=20comments=20with=20ap?= =?UTF-8?q?o'strophes=20*/=20both=20in=20the=20copyright=20and=20code,=20w?= =?UTF-8?q?e=20MUST=20check=20if=20they=20work,=20since=20C99=20apparently?= =?UTF-8?q?=20forbids=20it=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Build.sh b/Build.sh index f65ddca..8652910 100644 --- a/Build.sh +++ b/Build.sh @@ -1,5 +1,5 @@ #!/bin/sh -srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.426 2009/10/15 12:58:34 tg Exp $' +srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.427 2009/10/15 16:50:21 tg Exp $' #- # Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009 # Thorsten Glaser @@ -216,6 +216,7 @@ ac_flags() { ac_testn can_$vn '' "$ft" else ac_testn can_$vn '' "$ft" <<-'EOF' + /* evil apo'stroph in comment test */ int main(void) { return (0); } EOF fi