diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-20 06:34:18 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-20 06:34:18 +0000 |
commit | 08026ca1e05ef84cc8017ab632c08dfff7bdd98f (patch) | |
tree | b6f67b5dfeb242a398060a00a38044c801e3e4f7 /source4/build/pidl/idl.pm | |
parent | 0b0295c232041d9c771a8a9454dc58c945388784 (diff) | |
download | samba-08026ca1e05ef84cc8017ab632c08dfff7bdd98f.tar.gz samba-08026ca1e05ef84cc8017ab632c08dfff7bdd98f.tar.bz2 samba-08026ca1e05ef84cc8017ab632c08dfff7bdd98f.zip |
a bit neater way of emitting code
(This used to be commit 964c3237215b36f5768b98c19689ddc43cf86cac)
Diffstat (limited to 'source4/build/pidl/idl.pm')
-rw-r--r-- | source4/build/pidl/idl.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/pidl/idl.pm b/source4/build/pidl/idl.pm index ffcd66f54f..3c20256780 100644 --- a/source4/build/pidl/idl.pm +++ b/source4/build/pidl/idl.pm @@ -12846,4 +12846,4 @@ package idl; sub new { my $self = bless( { }, 'Parse::RecDescent::Rule' ) } }, 'Parse::RecDescent' ); -}
\ No newline at end of file +} |