[Lemon-commits] Alpar Juttner: Merge

Lemon HG hg at lemon.cs.elte.hu
Wed Sep 17 16:08:37 CEST 2008


details:   http://lemon.cs.elte.hu/hg/lemon/rev/b6b9e7576af7
changeset: 264:b6b9e7576af7
user:      Alpar Juttner <alpar [at] cs.elte.hu>
date:      Wed Sep 17 15:04:21 2008 +0100
description:
	Merge

diffstat:

1 file changed, 3 insertions(+), 3 deletions(-)
lemon/arg_parser.h |    6 +++---

diffs (20 lines):

diff -r 0181b7f12a2a -r b6b9e7576af7 lemon/arg_parser.h
--- a/lemon/arg_parser.h	Tue Sep 16 16:07:35 2008 +0100
+++ b/lemon/arg_parser.h	Wed Sep 17 15:04:21 2008 +0100
@@ -16,8 +16,8 @@
  *
  */
 
-#ifndef LEMON_ARG_PARSER
-#define LEMON_ARG_PARSER
+#ifndef LEMON_ARG_PARSER_H
+#define LEMON_ARG_PARSER_H
 
 #include <vector>
 #include <map>
@@ -382,4 +382,4 @@
   };
 }
 
-#endif // LEMON_ARG_PARSER
+#endif // LEMON_ARG_PARSER_H



More information about the Lemon-commits mailing list