Changeset 642 for abuse/trunk/src/lisp/lisp.h
- Timestamp:
- May 13, 2011, 9:13:48 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/lisp/lisp.h
r639 r642 304 304 305 305 // FIXME: get rid of this later 306 static inline void*symbol_value(void *sym) { return ((LSymbol *)sym)->GetValue(); }306 static inline LObject *symbol_value(void *sym) { return ((LSymbol *)sym)->GetValue(); } 307 307 static inline char *lstring_value(void *str) { return ((LString *)str)->GetString(); } 308 308
Note: See TracChangeset
for help on using the changeset viewer.