Branch: Tag:

2003-02-04

2003-02-04 17:29:19 by Martin Stjernholm <mast@lysator.liu.se>

Provide line number info for C programs even when compiling without
rtldebug, but strip off the path to the build tree. Let Function.defined
return the line number info for the program when it's a C function that
doesn't have any line info itself.

Rev: src/Makefile.in:1.345
Rev: src/builtin_functions.c:1.468
Rev: src/program.c:1.478
Rev: src/program.h:1.175

1:   # - # $Id: Makefile.in,v 1.344 2003/01/19 01:50:02 nilsson Exp $ + # $Id: Makefile.in,v 1.345 2003/02/04 17:29:19 mast Exp $   #      # This line is needed on some machines.
88:   MAKE_PARALLEL=      # Preprocessor flags. - PREFLAGS=-I. -I$(SRCDIR) $(DEFINES) + PREFLAGS=-DPIKE_SRC_ROOT="$(BASEDIR)" -I. -I$(SRCDIR) $(DEFINES)   OTHERFLAGS=@CFLAGS@ $(OSFLAGS) $(OPTIMIZE) $(WARN) $(PROFIL)   NOOPTFLAGS=@CFLAGS@ @CPPFLAGS@ $(OSFLAGS) $(WARN) $(PROFIL)   CFLAGS=$(PREFLAGS) $(OTHERFLAGS)