cool, lemontiger works on mac

- removed CLE_LT def -- what was that for?
This commit is contained in:
Sam Hatchett
2013-01-31 15:40:12 -05:00
parent d9eebbbcf0
commit 7a5e7feb2d
2 changed files with 30 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
#include "lemontiger.h"
#ifdef CLE_LT
int main(int argc, char* argv[]) {
int err = 0; //error code
@@ -110,4 +110,3 @@ int main(int argc, char* argv[]) {
}
#endif