From 69fff2d750fff7742c437d89831804afd674d9d1 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 9 Feb 2009 23:29:41 +0100 Subject: Revert "Fix errornos assumption that all compilers are gcc" This breaks (some?) files with gcc. This reverts commit 98a4327b19e83ffad4e0be7e8895fdbd9e48d49f. --- source4/build/pasn1/asn1.yp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/build') diff --git a/source4/build/pasn1/asn1.yp b/source4/build/pasn1/asn1.yp index 24aef05b403..7fc834ff2b7 100644 --- a/source4/build/pasn1/asn1.yp +++ b/source4/build/pasn1/asn1.yp @@ -296,7 +296,7 @@ sub parse_asn1($$) if (! defined $cpp) { $cpp = "cpp" } - my $data = `$cpp $filename`; + my $data = `$cpp -xc $filename`; $/ = $saved_delim; $self->YYData->{INPUT} = $data; -- cgit v1.2.1