git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba1686e
)
r6517: this line should be removed in the last patch, (I readded it just for testing...)
author
Stefan Metzmacher
<metze@samba.org>
Fri, 29 Apr 2005 19:01:18 +0000
(19:01 +0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 18:16:21 +0000
(13:16 -0500)
metze
source/build/pidl/typelist.pm
patch
|
blob
|
history
diff --git
a/source/build/pidl/typelist.pm
b/source/build/pidl/typelist.pm
index 32210c4dab7169ea58b01d9c02bc847374ab3914..d9d545f0609f03964e5ac901fb7be2d9cad85561 100644
(file)
--- a/
source/build/pidl/typelist.pm
+++ b/
source/build/pidl/typelist.pm
@@
-223,8
+223,6
@@
sub mapType($)
my $e = shift;
my $dt;
- return "const char *" if ($e->{TYPE} =~ "string");
-
if ($e->{TYPE} eq "ENUM" or $e->{TYPE} eq "BITMAP") {
$dt = getType($e->{PARENT}->{NAME});
}