comparison src/symbols.c @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 0293115a14e9
comparison
equal deleted inserted replaced
1:c0c6a60d29db 2:ac2d302a0011
723 723
724 SYMVAL_FIXNUM_FORWARD: 724 SYMVAL_FIXNUM_FORWARD:
725 SYMVAL_BOOLEAN_FORWARD: 725 SYMVAL_BOOLEAN_FORWARD:
726 (declare with DEFVAR_INT or DEFVAR_BOOL) 726 (declare with DEFVAR_INT or DEFVAR_BOOL)
727 Similar to SYMVAL_OBJECT_FORWARD except that the C variable 727 Similar to SYMVAL_OBJECT_FORWARD except that the C variable
728 is is of type "int" and is an integer or boolean, respectively. 728 is of type "int" and is an integer or boolean, respectively.
729 729
730 SYMVAL_CONST_OBJECT_FORWARD: 730 SYMVAL_CONST_OBJECT_FORWARD:
731 SYMVAL_CONST_FIXNUM_FORWARD: 731 SYMVAL_CONST_FIXNUM_FORWARD:
732 SYMVAL_CONST_BOOLEAN_FORWARD: 732 SYMVAL_CONST_BOOLEAN_FORWARD:
733 (declare with DEFVAR_CONST_LISP, DEFVAR_CONST_INT, or 733 (declare with DEFVAR_CONST_LISP, DEFVAR_CONST_INT, or