Use standard #ifndef/#define for avoiding multiple include.
authorAlpar Juttner <alpar@cs.elte.hu>
Tue, 16 Sep 2008 08:41:08 +0100
changeset 2611c2ac7deb5d8
parent 260 c691064dfd4f
child 264 b6b9e7576af7
Use standard #ifndef/#define for avoiding multiple include.
lemon/arg_parser.h
     1.1 --- a/lemon/arg_parser.h	Thu Sep 11 11:10:44 2008 +0100
     1.2 +++ b/lemon/arg_parser.h	Tue Sep 16 08:41:08 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