comparison liboctave/mk-ops.awk @ 4669:334a27c8f453

[project @ 2003-11-26 07:02:42 by jwe]
author jwe
date Wed, 26 Nov 2003 07:02:42 +0000
parents a1ac9ab474a1
children 269c3d6c0569
comparison
equal deleted inserted replaced
4668:7849788ca4bd 4669:334a27c8f453
149 149
150 print "#ifdef HAVE_CONFIG_H" >> cc_file; 150 print "#ifdef HAVE_CONFIG_H" >> cc_file;
151 print "#include <config.h>" >> cc_file; 151 print "#include <config.h>" >> cc_file;
152 print "#endif" >> cc_file; 152 print "#endif" >> cc_file;
153 153
154 print "#include \"Array-util.h\"" >> cc_file;
155
154 printf ("#include \"%s\"\n", h_file) >> cc_file; 156 printf ("#include \"%s\"\n", h_file) >> cc_file;
155 157
156 for (i in bool_headers) 158 for (i in bool_headers)
157 { 159 {
158 printf ("#include \"%s\"\n", bool_headers[i]) >> cc_file; 160 printf ("#include \"%s\"\n", bool_headers[i]) >> cc_file;