view vpath.sed @ 28509:022a7fd54bfe

* intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for a pointer that looks like a lisp object. (SET_INTERVAL_OBJECT): Don't explicitly compare the object with zero, instead see whether it's an integer object, since they can't have intervals. (GET_INTERVAL_OBJECT): Simply assign to the destination.
author Ken Raeburn <raeburn@raeburn.org>
date Wed, 05 Apr 2000 18:53:39 +0000
parents 4e736dcf8065
children 695cf19ef79e
line wrap: on
line source

/^VPATH *=/c\
# This works only in GNU make.  Using the patterns avoids\
# object files being found by VPATH, and thus permits building\
# when $srcdir is configured itself.\
vpath %.c $(srcdir)\
vpath %.h $(srcdir)\
\