Changeset a9237aa


Ignore:
Timestamp:
Jun 18, 2011, 2:57:31 PM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.8, release-1.9
Children:
596c8b10
Parents:
5b197f7
git-author:
David Benjamin <davidben@mit.edu> (06/18/11 14:52:19)
git-committer:
David Benjamin <davidben@mit.edu> (06/18/11 14:57:31)
Message:
Don't specify both G_VOID and G_SCALAR

Turns out G_SCALAR is 0, so it doesn't really matter, but we may as well
say what we mean.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perlconfig.c

    r3b8a563 ra9237aa  
    492492  PUTBACK;
    493493
    494   call_pv("BarnOwl::Hooks::_new_command", G_SCALAR|G_VOID|G_EVAL);
     494  call_pv("BarnOwl::Hooks::_new_command", G_VOID|G_EVAL);
    495495
    496496  SPAGAIN;
Note: See TracChangeset for help on using the changeset viewer.