diff options
Diffstat (limited to 'cpp.h')
-rw-r--r-- | cpp.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -13,7 +13,6 @@ CPP(); ~CPP(); std::string valueOfNode(index_t node_index, const std::vector<Gram::TreeNode>& Tree); -static void PreprocessorTokensToTokens(std::vector<Token>& tokens); // obsolete // phases of translation, according to standard void source_charset_map(); // phase 1 |