Ignore:
Timestamp:
Mar 2, 2008, 12:29:06 AM (15 years ago)
Author:
Sam Hocevar
Message:
  • Fix almost 2,000 warnings by using proper "const" keywords where needed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • abuse/trunk/src/include/lisp2.hpp

    r2 r39  
    8282void lisp_init (long a, long b);
    8383void lisp_uninit (void);
    84 char* lstring_value (void* x);
     84char * lstring_value (void* x);
    8585long lnumber_value (void* x);
    8686char lcharacter_value (void* x);
Note: See TracChangeset for help on using the changeset viewer.