diff options
author | Arne Georg Gleditsch <argggh@taniquetil.(none)> | 2009-03-06 21:13:18 +0100 |
---|---|---|
committer | Arne Georg Gleditsch <argggh@taniquetil.(none)> | 2009-03-06 21:13:18 +0100 |
commit | 8d7d1d2595c2c3475ec27d07d8544e345dab5851 (patch) | |
tree | 6337fd7aa489a73c44abb742b2bac22741b00779 /lib/LXRng/Lang/Generic.pm | |
parent | a25f8442450d7e9fb188a979ab0897cb86e9d84f (diff) |
Added more language modules, threw things about a bit.
Diffstat (limited to 'lib/LXRng/Lang/Generic.pm')
-rw-r--r-- | lib/LXRng/Lang/Generic.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/LXRng/Lang/Generic.pm b/lib/LXRng/Lang/Generic.pm index 82e9b9d..3e1f545 100644 --- a/lib/LXRng/Lang/Generic.pm +++ b/lib/LXRng/Lang/Generic.pm @@ -40,4 +40,9 @@ sub expand_include { return (); } +sub mangle_sym { + my ($self, $sym) = @_; + return $sym; +} + 1; |