changeset 15420:2afbe4295682

correct name of include guard in generated builtin-defun-decls.h file * mkbuiltins: Use octave_builtin_defun_decls_h for multiple inclusion guard instead of octave_builtins_h.
author John W. Eaton <jwe@octave.org>
date Wed, 19 Sep 2012 14:32:30 -0400
parents 60090630cb76
children 1249a615c91b
files libinterp/mkbuiltins
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/mkbuiltins
+++ b/libinterp/mkbuiltins
@@ -47,8 +47,8 @@
   cat << \EOF
 // DO NOT EDIT!  Generated automatically by mkbuiltins.
 
-#if !defined (octave_builtins_h)
-#define octave_builtins_h 1
+#if !defined (octave_builtin_defun_decls_h)
+#define octave_builtin_defun_decls_h 1
 
 #define DEFUN_DECL(name) \
   extern OCTINTERP_API octave_value_list \