diff options
| author | mniip <mniip@mniip.com> | 2013-05-11 11:08:32 (GMT) |
|---|---|---|
| committer | mniip <mniip@mniip.com> | 2013-05-11 11:08:32 (GMT) |
| commit | 4d9b9b17d7593333e271de07b68fbef64b310cfa (patch) | |
| tree | bc3153d6a2f4d5cdb1e91cc51e2e88dcefb538c0 /src/pim | |
| parent | c2cdec9e621a2af25a256a484fdf68adc46ea96f (diff) | |
| download | powder-4d9b9b17d7593333e271de07b68fbef64b310cfa.zip powder-4d9b9b17d7593333e271de07b68fbef64b310cfa.tar.gz | |
D:
Diffstat (limited to 'src/pim')
| -rw-r--r-- | src/pim/Generator.cpp | 2 | ||||
| -rw-r--r-- | src/pim/Generator.h | 2 | ||||
| -rw-r--r-- | src/pim/Machine.h | 2 | ||||
| -rw-r--r-- | src/pim/Opcodes.h | 2 | ||||
| -rw-r--r-- | src/pim/Parser.cpp | 2 | ||||
| -rw-r--r-- | src/pim/Parser.h | 2 | ||||
| -rw-r--r-- | src/pim/Scanner.cpp | 2 | ||||
| -rw-r--r-- | src/pim/Scanner.h | 2 | ||||
| -rw-r--r-- | src/pim/Token.cpp | 2 | ||||
| -rw-r--r-- | src/pim/Token.h | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/src/pim/Generator.cpp b/src/pim/Generator.cpp index a791211..3292c8a 100644 --- a/src/pim/Generator.cpp +++ b/src/pim/Generator.cpp @@ -515,4 +515,4 @@ namespace pim } } -}
\ No newline at end of file +} diff --git a/src/pim/Generator.h b/src/pim/Generator.h index 2eb1029..4dd2cfe 100644 --- a/src/pim/Generator.h +++ b/src/pim/Generator.h @@ -175,4 +175,4 @@ namespace pim void Return(); }; } -}
\ No newline at end of file +} diff --git a/src/pim/Machine.h b/src/pim/Machine.h index 3bf1131..0cbac4c 100644 --- a/src/pim/Machine.h +++ b/src/pim/Machine.h @@ -117,4 +117,4 @@ namespace pim return word; } }; -}
\ No newline at end of file +} diff --git a/src/pim/Opcodes.h b/src/pim/Opcodes.h index 4e1a7ce..a701e97 100644 --- a/src/pim/Opcodes.h +++ b/src/pim/Opcodes.h @@ -9,4 +9,4 @@ namespace pim #undef OPDEF }; }; -}
\ No newline at end of file +} diff --git a/src/pim/Parser.cpp b/src/pim/Parser.cpp index 4b164c8..0165141 100644 --- a/src/pim/Parser.cpp +++ b/src/pim/Parser.cpp @@ -650,4 +650,4 @@ namespace pim throw ParserExpectException(token, symbol); } } -}
\ No newline at end of file +} diff --git a/src/pim/Parser.h b/src/pim/Parser.h index 9a4f736..19a2835 100644 --- a/src/pim/Parser.h +++ b/src/pim/Parser.h @@ -76,4 +76,4 @@ namespace pim std::vector<unsigned char> Compile(); }; } -}
\ No newline at end of file +} diff --git a/src/pim/Scanner.cpp b/src/pim/Scanner.cpp index e6d145a..4ceb942 100644 --- a/src/pim/Scanner.cpp +++ b/src/pim/Scanner.cpp @@ -196,4 +196,4 @@ namespace pim cChar = 0; } } -}
\ No newline at end of file +} diff --git a/src/pim/Scanner.h b/src/pim/Scanner.h index 2e8143c..70e02ac 100644 --- a/src/pim/Scanner.h +++ b/src/pim/Scanner.h @@ -19,4 +19,4 @@ namespace pim Token NextToken(); }; } -}
\ No newline at end of file +} diff --git a/src/pim/Token.cpp b/src/pim/Token.cpp index 453e92f..62931ac 100644 --- a/src/pim/Token.cpp +++ b/src/pim/Token.cpp @@ -48,4 +48,4 @@ namespace pim "INVALID SYMBOL" }; } -}
\ No newline at end of file +} diff --git a/src/pim/Token.h b/src/pim/Token.h index 15cd48f..95d3f08 100644 --- a/src/pim/Token.h +++ b/src/pim/Token.h @@ -80,4 +80,4 @@ namespace pim } }; } -}
\ No newline at end of file +} |
