Remove bogus reference to allegrocl:old-sym:name
It'll never be set under -cffi. Looking at the history it looks like this is just a remnant from this file being originally created by copying allegrocl.cxx.
This commit is contained in:
parent
353baebfcf
commit
3f78ea64c0
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ int CFFI::classHandler(Node *n) {
|
|||
int CFFI::constructorHandler(Node *n) {
|
||||
#ifdef CFFI_DEBUG
|
||||
Printf(stderr, "constructor %s\n", Getattr(n, "name"));
|
||||
Printf(stderr, "constructor %s\n and %s and %s", Getattr(n, "kind"), Getattr(n, "sym:name"), Getattr(n, "allegrocl:old-sym:name"));
|
||||
Printf(stderr, "constructor %s\n and %s", Getattr(n, "kind"), Getattr(n, "sym:name"));
|
||||
#endif
|
||||
Setattr(n, "cffi:constructorfunction", "1");
|
||||
// Let SWIG generate a global forwarding function.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue