comparison libinterp/mkops @ 15268:307912900544

Use angle brackets for #include <config.h> for consistency. * symbol-information.h, oct.h, mkbuiltins, mkops, boolSparse.cc, oct-md5.cc: Use angle brackets for #include <config.h> for consistency.
author Rik <rik@octave.org>
date Thu, 30 Aug 2012 18:52:02 -0700
parents 2fc554ffbc28
children d63878346099
comparison
equal deleted inserted replaced
15267:df3939195fbb 15268:307912900544
22 22
23 cat << \EOF 23 cat << \EOF
24 // DO NOT EDIT! Generated automatically by mkops. 24 // DO NOT EDIT! Generated automatically by mkops.
25 25
26 #ifdef HAVE_CONFIG_H 26 #ifdef HAVE_CONFIG_H
27 #include "config.h" 27 #include <config.h>
28 #endif 28 #endif
29 29
30 extern void install_base_type_conversions (void); 30 extern void install_base_type_conversions (void);
31 31
32 EOF 32 EOF