changeset 7258:ab394b6ed06d

[project @ 2007-12-05 17:07:42 by jwe]
author jwe
date Wed, 05 Dec 2007 17:07:42 +0000
parents e8a3e3e33490
children 9f02c32eb70d
files src/ChangeLog src/Makefile.in
diffstat 2 files changed, 15 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Dec 05 01:18:42 2007 +0000
+++ b/src/ChangeLog	Wed Dec 05 17:07:42 2007 +0000
@@ -1,5 +1,7 @@
 2007-12-04  John W. Eaton  <jwe@octave.org>
 
+	* Makefile.in (INCLUDES): Add builtins.h to the list.
+
 	* src/oct-hist.cc (default_history_file): Use += instead of
 	push_back to append character to std::string object.
 
--- a/src/Makefile.in	Wed Dec 05 01:18:42 2007 +0000
+++ b/src/Makefile.in	Wed Dec 05 17:07:42 2007 +0000
@@ -112,19 +112,19 @@
 	pt-jump.h pt-loop.h pt-mat.h pt-misc.h \
 	pt-pr-code.h pt-select.h pt-stmt.h pt-unop.h pt-walk.h \
 
-INCLUDES := Cell.h base-list.h c-file-ptr-stream.h comment-list.h \
-	debug.h defun-dld.h defun-int.h defun.h dirfns.h dynamic-ld.h \
-	error.h file-io.h gripes.h help.h input.h \
-	lex.h load-path.h load-save.h ls-hdf5.h ls-mat-ascii.h ls-mat4.h \
-	ls-mat5.h ls-oct-ascii.h ls-oct-binary.h ls-utils.h \
-	mex.h mexproto.h \
-	oct-errno.h oct-fstrm.h oct-hist.h oct-iostrm.h oct-map.h oct-obj.h \
-	oct-prcstrm.h oct-procbuf.h oct-stdstrm.h oct-stream.h zfstream.h \
-	oct-strstrm.h oct-lvalue.h oct.h octave.h ops.h pager.h \
-	parse.h pr-output.h procstream.h sighandlers.h siglist.h \
-	sparse-xdiv.h sparse-xpow.h symtab.h sysdep.h \
-	token.h toplev.h unwind-prot.h utils.h variables.h version.h \
-	xdiv.h xpow.h \
+INCLUDES := Cell.h base-list.h builtins.h c-file-ptr-stream.h \
+	comment-list.h debug.h defun-dld.h defun-int.h defun.h \
+	dirfns.h dynamic-ld.h error.h file-io.h gripes.h help.h \
+	input.h lex.h load-path.h load-save.h ls-hdf5.h \
+	ls-mat-ascii.h ls-mat4.h ls-mat5.h ls-oct-ascii.h \
+	ls-oct-binary.h ls-utils.h mex.h mexproto.h oct-errno.h \
+	oct-fstrm.h oct-hist.h oct-iostrm.h oct-map.h oct-obj.h \
+	oct-prcstrm.h oct-procbuf.h oct-stdstrm.h oct-stream.h \
+	zfstream.h oct-strstrm.h oct-lvalue.h oct.h octave.h ops.h \
+	pager.h parse.h pr-output.h procstream.h sighandlers.h \
+	siglist.h sparse-xdiv.h sparse-xpow.h symtab.h sysdep.h \
+	token.h toplev.h unwind-prot.h utils.h variables.h \
+	version.h xdiv.h xpow.h \
 	$(OV_INCLUDES) \
 	$(PT_INCLUDES) \
 	$(OV_SPARSE_INCLUDES)