/[emacs]/emacs/src/lisp.h
ViewVC logotype

Diff of /emacs/src/lisp.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.429 by raeburn, Mon Jul 15 02:13:38 2002 UTC revision 1.430 by raeburn, Mon Jul 15 06:54:23 2002 UTC
# Line 687  extern int string_bytes P_ ((struct Lisp Line 687  extern int string_bytes P_ ((struct Lisp
687  #define STRING_SET_UNIBYTE(STR)      (XSTRING (STR)->size_byte = -1)  #define STRING_SET_UNIBYTE(STR)      (XSTRING (STR)->size_byte = -1)
688    
689  /* Get text properties.  */  /* Get text properties.  */
690  #define STRING_INTERVALS(STR)  (XSTRING (STR)->intervals)  #define STRING_INTERVALS(STR)  (XSTRING (STR)->intervals + 0)
691    
692    /* Set text properties.  */
693    #define STRING_SET_INTERVALS(STR, INT) (XSTRING (STR)->intervals = (INT))
694    
695  /* In a string or vector, the sign bit of the `size' is the gc mark bit */  /* In a string or vector, the sign bit of the `size' is the gc mark bit */
696    

Legend:
Removed from v.1.429  
changed lines
  Added in v.1.430

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26