Merge
authorAlpar Juttner <alpar@cs.elte.hu>
Wed, 17 Sep 2008 15:04:21 +0100
changeset 264b6b9e7576af7
parent 262 0181b7f12a2a
parent 261 1c2ac7deb5d8
child 265 983d8c23aff8
Merge
     1.1 --- a/lemon/arg_parser.h	Tue Sep 16 16:07:35 2008 +0100
     1.2 +++ b/lemon/arg_parser.h	Wed Sep 17 15:04:21 2008 +0100
     1.3 @@ -16,8 +16,8 @@
     1.4   *
     1.5   */
     1.6  
     1.7 -#ifndef LEMON_ARG_PARSER
     1.8 -#define LEMON_ARG_PARSER
     1.9 +#ifndef LEMON_ARG_PARSER_H
    1.10 +#define LEMON_ARG_PARSER_H
    1.11  
    1.12  #include <vector>
    1.13  #include <map>
    1.14 @@ -382,4 +382,4 @@
    1.15    };
    1.16  }
    1.17  
    1.18 -#endif // LEMON_ARG_PARSER
    1.19 +#endif // LEMON_ARG_PARSER_H