Ignore:
Timestamp:
Apr 17, 2011, 10:28:24 AM (12 years ago)
Author:
Sam Hocevar
Message:

lisp: discard unneeded return values from LispSymbol::SetValue? et al.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abuse/trunk/src/lisp/lisp.h

    r484 r485  
    8585
    8686    void SetFunction(void *fun);
    87     void *SetValue(void *value);
    88     void *SetNumber(long num);
     87    void SetValue(void *value);
     88    void SetNumber(long num);
    8989
    9090#ifdef L_PROFILE
Note: See TracChangeset for help on using the changeset viewer.