Removed lints

This commit is contained in:
Artur K
2012-03-10 22:46:15 +01:00
parent eb6c1ac939
commit 3bcbb7a2cf
35 changed files with 301 additions and 472 deletions

View File

@@ -15,6 +15,7 @@ struct bundle
public:
void appendCode(const char *format, ...);
void appendDecl(const char *format, ...);
void appendDecl(const std::string &);
strTable decl; /* Declarations */
strTable code; /* C code */
};