diff options
Diffstat (limited to 'lib/racc/compat.rb')
-rw-r--r-- | lib/racc/compat.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/racc/compat.rb b/lib/racc/compat.rb index ccb033e2e0..fad03128aa 100644 --- a/lib/racc/compat.rb +++ b/lib/racc/compat.rb @@ -1,3 +1,4 @@ +#-- # # $Id: 14fa1118eb3a23e85265e4f7afe2d5a297d69f9c $ # @@ -8,6 +9,7 @@ # the GNU LGPL, Lesser General Public License version 2.1. # For details of the GNU LGPL, see the file "COPYING". # +#++ unless Object.method_defined?(:__send) class Object |