[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-apl] caller known in native function
From: |
Juergen Sauermann |
Subject: |
[Bug-apl] caller known in native function |
Date: |
Sun, 13 Apr 2014 15:39:53 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5 |
Hi,
I have changed the NativeFunction class so that so that the
called function (eval_AB(), eval_B(), ...) in the shared library
can access the calling object (of class NativeFunction).
This can be used if the called function wants to know, for example,
the name under which is was ⎕FX'ed in APL.
Also moved UCS_string::to_string to emacs.hh and adapted the emacs_mode
files accordingly. See SVN 203.
///
- [Bug-apl] caller known in native function,
Juergen Sauermann <=