comparison libinterp/corefcn/octave-default-image.h @ 21241:bae38398f5f1

use consistent style for all liboctave and libinterp include guards * mex.h, mexproto.h, mxarray.in.h, oct-obj.h, octave-default-image.h: Use include guard style that is consistent with other files in Octave.
author John W. Eaton <jwe@octave.org>
date Wed, 10 Feb 2016 12:21:36 -0500
parents 19755f4fc851
children 1473547f50f5
comparison
equal deleted inserted replaced
21240:7af5ca01ecac 21241:bae38398f5f1
17 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
18 along with Octave; see the file COPYING. If not, see 18 along with Octave; see the file COPYING. If not, see
19 <http://www.gnu.org/licenses/>. 19 <http://www.gnu.org/licenses/>.
20 20
21 */ 21 */
22
23 #if ! defined (octave_octave_default_image_h)
24 #define octave_octave_default_image_h 1
22 25
23 static char default_im_data[] = 26 static char default_im_data[] =
24 { 27 {
25 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31, 28 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,
26 31,31,31,31,31,31,20,20,20,20,20,20,21,21,21,21, 29 31,31,31,31,31,31,20,20,20,20,20,20,21,21,21,21,
278 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31, 281 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,
279 31,31,31,31,31,19,19,19,19,19,19,19,19,19,19,31, 282 31,31,31,31,31,19,19,19,19,19,19,19,19,19,19,31,
280 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 283 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31
281 }; 284 };
282 285
286 #endif