view vpath.sed @ 41236:ded3ee1f7b91

(message_dolog_marker1, message_dolog_marker2) (message_dolog_marker3): New static variables hold three markers. (syms_of_xdisp): Initialize and staticpro them. (message_dolog): Use message_dolog_marker1..3 instead of allocating markers each time. Unchain them when done.
author Richard M. Stallman <rms@gnu.org>
date Sun, 18 Nov 2001 06:54:50 +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)\
\