diff options
author | Patrick Simianer <p@simianer.de> | 2014-07-19 08:30:43 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-07-19 08:30:43 +0200 |
commit | f219bab21c07d02e7e54d557e23387bd93c9ce5f (patch) | |
tree | 14a6e2b647a3b1ab11391c154fbcf7c63841f8db /fast/grammar.hh | |
parent | 6208c48407c359819945730006edf4c402b7ff77 (diff) |
hg io
Diffstat (limited to 'fast/grammar.hh')
-rw-r--r-- | fast/grammar.hh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/fast/grammar.hh b/fast/grammar.hh index 5625b85..c4ef3ad 100644 --- a/fast/grammar.hh +++ b/fast/grammar.hh @@ -1,5 +1,4 @@ -#ifndef GRAMMAR_HH -#define GRAMMAR_HH +#pragma once #include <string> #include <sstream> @@ -29,5 +28,3 @@ class Rule { } // namespace -#endif - |