git.samba.org
/
ira
/
wip.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Revert "Fix errornos assumption that all compilers are gcc"
[ira/wip.git]
/
source4
/
build
/
pasn1
/
asn1.yp
diff --git
a/source4/build/pasn1/asn1.yp
b/source4/build/pasn1/asn1.yp
index 24aef05b4034d26b114dd81c42788699a9c791ba..7fc834ff2b716fb545029042761304a1b7d65d58 100644
(file)
--- a/
source4/build/pasn1/asn1.yp
+++ b/
source4/build/pasn1/asn1.yp
@@
-296,7
+296,7
@@
sub parse_asn1($$)
if (! defined $cpp) {
$cpp = "cpp"
}
if (! defined $cpp) {
$cpp = "cpp"
}
- my $data = `$cpp $filename`;
+ my $data = `$cpp
-xc
$filename`;
$/ = $saved_delim;
$self->YYData->{INPUT} = $data;
$/ = $saved_delim;
$self->YYData->{INPUT} = $data;