git://www.ginac.de
/
ginac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4cbc8e8
)
[BUGFIX] parser.hpp: fix include guard so the header is actually usable.
author
Alexei Sheplyakov
<varg@theor.jinr.ru>
Sat, 13 Sep 2008 00:21:27 +0000
(
04:21
+0400)
committer
Alexei Sheplyakov
<varg@theor.jinr.ru>
Fri, 19 Sep 2008 09:15:49 +0000
(13:15 +0400)
ginac/parser/parser.hpp
patch
|
blob
|
history
diff --git
a/ginac/parser/parser.hpp
b/ginac/parser/parser.hpp
index 3e10b8fc016bacc9a685918c969a89d36c451841..a87bcae0457c217d1677e1246c33af2fbccc9c9c 100644
(file)
--- a/
ginac/parser/parser.hpp
+++ b/
ginac/parser/parser.hpp
@@
-1,4
+1,5
@@
#ifndef GINAC_PARSER_HPP_
+#define GINAC_PARSER_HPP_
#include "parse_context.hpp"
#include <stdexcept>