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

Diff of /emacs/src/intervals.h

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

revision 1.50 by fx, Wed Jul 17 19:54:19 2002 UTC revision 1.51 by rms, Sun Apr 6 20:29:13 2003 UTC
# Line 125  Boston, MA 02111-1307, USA.  */ Line 125  Boston, MA 02111-1307, USA.  */
125     "next" value, and test the result to see if it's NULL_INTERVAL.  */     "next" value, and test the result to see if it's NULL_INTERVAL.  */
126  #define INTERVAL_PARENT_OR_NULL(i) (INTERVAL_HAS_PARENT (i) ? INTERVAL_PARENT (i) : 0)  #define INTERVAL_PARENT_OR_NULL(i) (INTERVAL_HAS_PARENT (i) ? INTERVAL_PARENT (i) : 0)
127    
128    /* Abort if interval I's size is negative.  */
129    #define CHECK_TOTAL_LENGTH(i) \
130      if ((int) (i)->total_length < 0) abort (); else
131    
132  /* Reset this interval to its vanilla, or no-property state. */  /* Reset this interval to its vanilla, or no-property state. */
133  #define RESET_INTERVAL(i) \  #define RESET_INTERVAL(i) \
134  { \  { \

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51

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